Upgrade JupyterLab version

2.x has been around for a while
This commit is contained in:
YuviPanda
2020-06-25 19:10:18 +05:30
committed by GeorgianaElena
parent 462b01c966
commit 9662d437c4
2 changed files with 4 additions and 2 deletions

View File

@@ -170,7 +170,9 @@ def ensure_jupyterlab_extensions():
Install the JupyterLab extensions we want.
"""
extensions = [
'@jupyter-widgets/jupyterlab-manager@1.1' # for jupyterlab 1.2.x
# We don't pin versions here, since labextension will find something
# appropriate for our version of jupyterlab
'@jupyter-widgets/jupyterlab-manager'
]
install_options = [
'--no-build' # do not build extension at install time. Will build later

View File

@@ -5,7 +5,7 @@
jupyterhub==1.0.*
notebook==6.0.*
# Install additional notebook frontends!
jupyterlab==1.2.*
jupyterlab==2.*
nteract-on-jupyter==2.1.*
# nbgitpuller for easily pulling in Git repositories
nbgitpuller==0.7.*