From d7e8d6457245033be7e4afe975bd8ff38dcbd2de Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 23 Aug 2018 07:06:52 -0400 Subject: [PATCH] Upgrade to latest version of JupyterLab --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index b79005c..6d5009a 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -234,7 +234,7 @@ def ensure_user_environment(user_requirements_txt_file): 'jupyterhub==0.9.1', 'notebook==5.6.0', # Install additional notebook frontends! - 'jupyterlab==0.32.1', + 'jupyterlab==0.34.1', 'nteract-on-jupyter==1.8.1', # nbgitpuller for easily pulling in Git repositories 'nbgitpuller==0.6.1',