Skip to content

Commit 4833d1d

Browse files
authored
Merge pull request #101 from manics/patch-1
mybinder: jupyter lab build disable minimization
2 parents f961da2 + 5866b30 commit 4833d1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

binder/postBuild

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/bin/bash
22

3-
# install extension
3+
# install extensions, don't minimize as this uses too much memory
4+
# https://discourse.jupyter.org/t/tip-binder-jupyterlab-extension/6022
45
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
56
jupyter labextension install plotlywidget --no-build
67
jupyter labextension install @jupyterlab/plotly-extension --no-build
7-
jupyter labextension install jupyterlab-interactive-dashboard-editor
8+
jupyter labextension install jupyterlab-interactive-dashboard-editor --no-build
9+
jupyter lab build --minimize=False
810

911
# remove unnecessary directories when using the binder
1012
rm -rf src

0 commit comments

Comments
 (0)