From 7c68f9cd4ad17741ff163070f7829a5e3ceadb7c Mon Sep 17 00:00:00 2001 From: Chris Zubak-Skees Date: Sun, 4 Feb 2018 00:41:30 -0500 Subject: [PATCH] Upgrade to the first JupyterLab beta v0.31 --- base-notebook/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index f1ddcc4b..42b15749 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -77,9 +77,9 @@ RUN cd /tmp && \ RUN conda install --quiet --yes \ 'notebook=5.2.*' \ 'jupyterhub=0.8.*' \ - 'jupyterlab=0.30.*' \ + 'jupyterlab=0.31.*' \ && conda clean -tipsy && \ - jupyter labextension install @jupyterlab/hub-extension@^0.7.0 && \ + jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \ npm cache clean && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ fix-permissions $CONDA_DIR