diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 42f174e1..88dda7ec 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -51,7 +51,7 @@ RUN conda install --quiet --yes \ # Check this URL for most recent compatibilities # https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.0 && \ - jupyter labextension install jupyterlab_bokeh@0.6.3 && \ + jupyter labextension install jupyterlab_bokeh@1.0.0 && \ npm cache clean --force && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf /home/$NB_USER/.cache/yarn && \