#!/bin/sh

set -e

jlpm && jlpm run build
python -m pip install -e .
jupyter labextension develop . --overwrite
