Skip to content

Commit 3259bc6

Browse files
committed
Update postBuild
1 parent 1f08ebe commit 3259bc6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.binder/postBuild

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
#!/bin/bash
2+
set -e
13
jlpm
2-
jlpm build
3-
jupyter labextension link .
4+
jlpm pack
5+
jupyter labextension install hadim-jupyter-archive-*.tgz
46

5-
pip install -e .
6-
jupyter serverextension enable --py jupyter_archive
7+
pip install .
8+
jupyter serverextension enable --sys-prefix --py jupyter_archive

0 commit comments

Comments
 (0)