Skip to content

Commit

Permalink
Fix the version tag of the notebook package (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim authored and willirath committed Apr 10, 2019
1 parent 0726442 commit 0ee92a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0ee92a9

Please sign in to comment.