Merge pull request #152 from yuvipanda/lab-bump

Upgrade to latest version of JupyterLab
This commit is contained in:
Min RK
2018-08-24 13:16:15 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ def test_serverextensions():
], stderr=subprocess.PIPE) ], stderr=subprocess.PIPE)
extensions = [ extensions = [
'jupyterlab 0.32.1', 'jupyterlab 0.34.1',
'nbgitpuller 0.6.1', 'nbgitpuller 0.6.1',
'nteract_on_jupyter 1.8.1', 'nteract_on_jupyter 1.8.1',
'nbresuse ' 'nbresuse '
@@ -48,4 +48,4 @@ def test_labextensions():
Validate labextensions we want installed Validate labextensions we want installed
""" """
# Currently we only install jupyterhub # 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')

View File

@@ -234,7 +234,7 @@ def ensure_user_environment(user_requirements_txt_file):
'jupyterhub==0.9.1', 'jupyterhub==0.9.1',
'notebook==5.6.0', 'notebook==5.6.0',
# Install additional notebook frontends! # Install additional notebook frontends!
'jupyterlab==0.32.1', 'jupyterlab==0.34.1',
'nteract-on-jupyter==1.8.1', 'nteract-on-jupyter==1.8.1',
# nbgitpuller for easily pulling in Git repositories # nbgitpuller for easily pulling in Git repositories
'nbgitpuller==0.6.1', 'nbgitpuller==0.6.1',