Skip to content

Commit

Permalink
Add jupyter lab build
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplook committed Sep 13, 2020
1 parent 082545b commit ae6145b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
jupyter labextension install \
@jupyter-widgets/jupyterlab-manager \
jupyter-leaflet \
jupyterlab-python-file \
@jupyterlab/geojson-extension \
@jupyter-widgets/jupyterlab-sidecar \
@mflevine/jupyterlab_html

# Notebooks with extensions that auto-run code must be "trusted" to work the first time
jupyter trust docs/notebooks/*.ipynb

jupyter lab build --dev-build=False --minimize=False

0 comments on commit ae6145b

Please sign in to comment.