mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Update jupyterlab & extensions
This commit is contained in:
@@ -47,7 +47,7 @@ RUN conda install --quiet --yes \
|
||||
# Activate ipywidgets extension in the environment that runs the notebook server
|
||||
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
|
||||
# Also activate ipywidgets extension for JupyterLab
|
||||
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.36.0 && \
|
||||
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.37.0 && \
|
||||
jupyter labextension install jupyterlab_bokeh@^0.6.0 && \
|
||||
npm cache clean --force && \
|
||||
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
||||
|
Reference in New Issue
Block a user