Fix the version tag of the notebook package (#303)

This commit is contained in:
Tim Head
2019-04-10 10:43:39 +02:00
committed by Willi Rath
parent 0726442d7d
commit 0ee92a96c3

View File

@@ -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',