Revert to lab 0.34.12 and fix associated extensions

This commit is contained in:
ericdill
2018-10-25 21:09:08 +02:00
parent 6cf249172d
commit 9c11f4b8df
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ RUN conda install --quiet --yes \
# Also activate ipywidgets extension for JupyterLab
# 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@^0.38.0 && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.37.0 && \
# Pin to 0.6.2 until we can move to Lab 0.35 (jupyterlab_bokeh didn't bump to 0.7.0)
jupyter labextension install jupyterlab_bokeh@0.6.2 && \
npm cache clean --force && \