From 508bbcad7f812606a704e99d5466094e70983b6a Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 13 Mar 2017 15:00:12 +0100 Subject: [PATCH] add jupyterlab 0.17 to minimal-notebook --- base-notebook/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 7fedb35a..3990999d 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -71,6 +71,7 @@ RUN cd /tmp && \ RUN conda install --quiet --yes \ 'notebook=4.4.*' \ 'jupyterhub=0.7.*' \ + 'jupyterlab=0.17.*' \ && conda clean -tipsy USER root