Skip to content

Commit ae30ed6

Browse files
committed
updated binder to use pip for install
1 parent 7e28561 commit ae30ed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

binder/postBuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# install extensions, don't minimize as this uses too much memory
44
# https://discourse.jupyter.org/t/tip-binder-jupyterlab-extension/6022
5-
jupyter labextension install jupyterlab-interactive-dashboard-editor --no-build
6-
jupyter lab build --minimize=False
5+
python -m pip install .
76

87
# remove unnecessary directories when using the binder
98
rm -rf src

0 commit comments

Comments
 (0)