postBuild 207 B

123456789101112
  1. #!/bin/bash
  2. set -euo pipefail
  3. pip install -e .
  4. pip install -U notebook
  5. jlpm
  6. jlpm build
  7. # This seems to be explicitly needed with `pip install -e .`
  8. jupyter serverextension enable jupyterlab --sys-prefix