upgrade jupyterlab to 1.2.6

This commit is contained in:
Letian Wang
2020-02-01 15:13:12 +11:00
parent edb7c29daf
commit 2698274173
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ def test_serverextensions():
], stderr=subprocess.PIPE)
extensions = [
'jupyterlab 0.35.4',
'jupyterlab 1.2.6',
'nbgitpuller 0.6.1',
'nteract_on_jupyter 2.0.7',
'nbresuse '
@@ -51,3 +51,4 @@ def test_labextensions():
"""
# Currently we only install jupyterhub
assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub')