mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Upgrade JupyterLab version
2.x has been around for a while
This commit is contained in:
committed by
GeorgianaElena
parent
462b01c966
commit
9662d437c4
@@ -170,7 +170,9 @@ def ensure_jupyterlab_extensions():
|
|||||||
Install the JupyterLab extensions we want.
|
Install the JupyterLab extensions we want.
|
||||||
"""
|
"""
|
||||||
extensions = [
|
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 = [
|
install_options = [
|
||||||
'--no-build' # do not build extension at install time. Will build later
|
'--no-build' # do not build extension at install time. Will build later
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
jupyterhub==1.0.*
|
jupyterhub==1.0.*
|
||||||
notebook==6.0.*
|
notebook==6.0.*
|
||||||
# Install additional notebook frontends!
|
# Install additional notebook frontends!
|
||||||
jupyterlab==1.2.*
|
jupyterlab==2.*
|
||||||
nteract-on-jupyter==2.1.*
|
nteract-on-jupyter==2.1.*
|
||||||
# nbgitpuller for easily pulling in Git repositories
|
# nbgitpuller for easily pulling in Git repositories
|
||||||
nbgitpuller==0.7.*
|
nbgitpuller==0.7.*
|
||||||
|
|||||||
Reference in New Issue
Block a user