Skip to content

Commit

Permalink
Merge pull request #152 from yuvipanda/lab-bump
Browse files Browse the repository at this point in the history
Upgrade to latest version of JupyterLab
  • Loading branch information
minrk committed Aug 24, 2018
2 parents b451ac9 + 5cf6a84 commit 9fe7a3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration-tests/test_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_serverextensions():
], stderr=subprocess.PIPE)

extensions = [
'jupyterlab 0.32.1',
'jupyterlab 0.34.1',
'nbgitpuller 0.6.1',
'nteract_on_jupyter 1.8.1',
'nbresuse '
Expand Down Expand Up @@ -48,4 +48,4 @@ def test_labextensions():
Validate labextensions we want installed
"""
# Currently we only install jupyterhub
assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub')
assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub')
2 changes: 1 addition & 1 deletion tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def ensure_user_environment(user_requirements_txt_file):
'jupyterhub==0.9.1',
'notebook==5.6.0',
# Install additional notebook frontends!
'jupyterlab==0.32.1',
'jupyterlab==0.34.1',
'nteract-on-jupyter==1.8.1',
# nbgitpuller for easily pulling in Git repositories
'nbgitpuller==0.6.1',
Expand Down

0 comments on commit 9fe7a3b

Please sign in to comment.