Skip to content

Commit 5866b30

Browse files
authored
binder: jupyter lab build --minimize=False
1 parent cdd0cc7 commit 5866b30

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)