From d9716fd8226195b32bbd0766625d18ed58306171 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Tue, 22 Aug 2017 14:10:33 -0400 Subject: [PATCH 1/2] Update jupyterlab to 0.26.* --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 75e91063..f443f065 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -71,7 +71,7 @@ RUN cd /tmp && \ RUN conda install --quiet --yes \ 'notebook=5.0.*' \ 'jupyterhub=0.7.*' \ - 'jupyterlab=0.24.*' \ + 'jupyterlab=0.26.*' \ && conda clean -tipsy USER root From 04107c39b279a310f93b9f62e83b14feb8156022 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Thu, 24 Aug 2017 14:33:13 -0400 Subject: [PATCH 2/2] Update jupyterlab to 0.27.* --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index f443f065..e9bda554 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -71,7 +71,7 @@ RUN cd /tmp && \ RUN conda install --quiet --yes \ 'notebook=5.0.*' \ 'jupyterhub=0.7.*' \ - 'jupyterlab=0.26.*' \ + 'jupyterlab=0.27.*' \ && conda clean -tipsy USER root