From 8cbf385b6d3279b77d06b9ca71a1fc482c72c20d Mon Sep 17 00:00:00 2001 From: Chris Zubak-Skees Date: Sun, 4 Feb 2018 13:19:11 -0500 Subject: [PATCH] Upgrade ipywidgets in scipy for compatibility with 0.31 jupyterlab version --- scipy-notebook/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index f4a89748..91ec56cf 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -19,7 +19,7 @@ USER $NB_USER # use notebook-friendly backends in these images RUN conda install --quiet --yes \ 'nomkl' \ - 'ipywidgets=7.0*' \ + 'ipywidgets=7.1*' \ 'pandas=0.19*' \ 'numexpr=2.6*' \ 'matplotlib=2.0*' \ @@ -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.31.0 && \ + jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.33.1 && \ npm cache clean && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ fix-permissions $CONDA_DIR