Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jan 2, 2021
1 parent 1f08ebe commit 3259bc6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e
jlpm
jlpm build
jupyter labextension link .
jlpm pack
jupyter labextension install hadim-jupyter-archive-*.tgz

pip install -e .
jupyter serverextension enable --py jupyter_archive
pip install .
jupyter serverextension enable --sys-prefix --py jupyter_archive

0 comments on commit 3259bc6

Please sign in to comment.