Skip to content

Commit

Permalink
Upgrade JupyterLab version
Browse files Browse the repository at this point in the history
2.x has been around for a while
  • Loading branch information
yuvipanda committed Jun 25, 2020
1 parent a2e9706 commit 842c544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tljh/requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit 842c544

Please sign in to comment.