Fix missing jupyterlab-manager version

This commit is contained in:
Peter Parente
2017-12-29 19:58:19 -05:00
parent fb01654930
commit 3b5175b452

View File

@@ -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 && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager^0.31.0 && \
npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR