Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active May 25, 2021 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/e86940de1c0ffe0abc9021a57f835d48 to your computer and use it in GitHub Desktop.
Save bollwyvl/e86940de1c0ffe0abc9021a57f835d48 to your computer and use it in GitHub Desktop.
jupyterlab 3.1.0a8
{"LabApp": {"collaborative": true, "expose_app_in_browser": true}}
#!/usr/bin/env bash
set -eux
jupyter lab clean --all
rm -rf /srv/conda/envs/notebook/share/jupyter/labextensions
mamba uninstall -y jupyterlab
mamba install -yc conda-forge/label/jupyterlab_alpha jupyterlab=3.1.0a9
jupyter labextension list
jupyter server extension list
jupyter serverextension list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment