diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 130d624e..edeb62dc 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=6.0*' \ + 'ipywidgets=7.0*' \ 'pandas=0.19*' \ 'numexpr=2.6*' \ 'matplotlib=2.0*' \