From 0ee92a96c36f236f7d6ea2f1280c69239d9618c0 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 10 Apr 2019 10:43:39 +0200 Subject: [PATCH] Fix the version tag of the notebook package (#303) --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 9c161a9..6d07f84 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -243,7 +243,7 @@ def ensure_user_environment(user_requirements_txt_file): conda.ensure_pip_packages(USER_ENV_PREFIX, [ # JupyterHub + notebook package are base requirements for user environment 'jupyterhub==0.9.5', - 'notebook==5.7.7', + 'notebook==5.7.8', # Install additional notebook frontends! 'jupyterlab==0.35.4', 'nteract-on-jupyter==2.0.7',