From 9eb13cb439bacccad6feca64061d3cb4365871e9 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Tue, 21 Jan 2020 21:12:21 +0200 Subject: [PATCH] bump jupyterlab minor version --- tljh/requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/requirements-base.txt b/tljh/requirements-base.txt index ac3454a..ea0e45c 100644 --- a/tljh/requirements-base.txt +++ b/tljh/requirements-base.txt @@ -5,7 +5,7 @@ jupyterhub==1.0.* notebook==6.0.* # Install additional notebook frontends! -jupyterlab==1.1.* +jupyterlab==1.2.* nteract-on-jupyter==2.1.* # nbgitpuller for easily pulling in Git repositories nbgitpuller==0.7.*