mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 20:42:57 +00:00
Revert to lab 0.34.12 and fix associated extensions
This commit is contained in:
@@ -50,7 +50,7 @@ RUN conda install --quiet --yes \
|
||||
# Also activate ipywidgets extension for JupyterLab
|
||||
# Check this URL for most recent compatibilities
|
||||
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
|
||||
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.38.0 && \
|
||||
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.37.0 && \
|
||||
# Pin to 0.6.2 until we can move to Lab 0.35 (jupyterlab_bokeh didn't bump to 0.7.0)
|
||||
jupyter labextension install jupyterlab_bokeh@0.6.2 && \
|
||||
npm cache clean --force && \
|
||||
|
Reference in New Issue
Block a user