We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd0cc7 commit 5866b30Copy full SHA for 5866b30
binder/postBuild
@@ -1,10 +1,12 @@
1
#!/bin/bash
2
3
-# install extension
+# install extensions, don't minimize as this uses too much memory
4
+# https://discourse.jupyter.org/t/tip-binder-jupyterlab-extension/6022
5
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
6
jupyter labextension install plotlywidget --no-build
7
jupyter labextension install @jupyterlab/plotly-extension --no-build
-jupyter labextension install jupyterlab-interactive-dashboard-editor
8
+jupyter labextension install jupyterlab-interactive-dashboard-editor --no-build
9
+jupyter lab build --minimize=False
10
11
# remove unnecessary directories when using the binder
12
rm -rf src
0 commit comments