Skip to content

Commit 99fe578

Browse files
authored
Merge pull request #117 from jtpio/patch-1
Use --minimize=False on Binder
2 parents 40a6d56 + 23702a0 commit 99fe578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binder/postBuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ipython kernel install --name widgets-tutorial --display-name widgets-tutorial --sys-prefix
22

3-
jupyter labextension install @jupyter-widgets/jupyterlab-manager @jupyter-widgets/jupyterlab-sidecar bqplot jupyter-threejs [email protected] ipysheet ipytree ipycanvas jupyter-matplotlib jupyter-vuetify ipyvolume
3+
jupyter labextension install @jupyter-widgets/jupyterlab-manager @jupyter-widgets/jupyterlab-sidecar bqplot jupyter-threejs [email protected] ipysheet ipytree ipycanvas jupyter-matplotlib jupyter-vuetify ipyvolume --no-build
4+
jupyter lab build --minimize=False

0 commit comments

Comments
 (0)