From d7e8d6457245033be7e4afe975bd8ff38dcbd2de Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 23 Aug 2018 07:06:52 -0400 Subject: [PATCH 1/2] 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', From 5cf6a84ea66f790483789023afd006c37fc60206 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 23 Aug 2018 07:13:59 -0400 Subject: [PATCH 2/2] Fix integration test's jupyterlab version --- integration-tests/test_extensions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/test_extensions.py b/integration-tests/test_extensions.py index 0a936ef..f0adb08 100644 --- a/integration-tests/test_extensions.py +++ b/integration-tests/test_extensions.py @@ -13,7 +13,7 @@ def test_serverextensions(): ], stderr=subprocess.PIPE) extensions = [ - 'jupyterlab 0.32.1', + 'jupyterlab 0.34.1', 'nbgitpuller 0.6.1', 'nteract_on_jupyter 1.8.1', 'nbresuse ' @@ -48,4 +48,4 @@ def test_labextensions(): Validate labextensions we want installed """ # Currently we only install jupyterhub - assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub') \ No newline at end of file + assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub')