From 0c42d76106d191ea8325c28b203e1afc4efb642e Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Tue, 29 Dec 2020 11:42:46 +0200 Subject: [PATCH] Revert and pin notebook 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 5681d60..fba4b61 100644 --- a/tljh/requirements-base.txt +++ b/tljh/requirements-base.txt @@ -3,7 +3,7 @@ # JupyterHub + notebook package are base requirements for user environment jupyterhub==1.2.* -notebook==6.1.* +notebook==6.1.5 # Install additional notebook frontends! jupyterlab==2.* nteract-on-jupyter==2.1.*