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
