mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix the version tag of the notebook package (#303)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user