From 3b5175b452607d1ed80141bee928268f7ca82cb4 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Fri, 29 Dec 2017 19:58:19 -0500 Subject: [PATCH] Fix missing jupyterlab-manager version --- scipy-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 06a2ac30..81e66019 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -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