Upgrade package versions

Upgrades following packages:

- JupyterHub
- JupyterLab
- Notebook
- nteract
This commit is contained in:
yuvipanda
2018-10-29 11:17:47 -07:00
parent 6cc2cfdc67
commit 4accfd0465
2 changed files with 7 additions and 7 deletions

View File

@@ -13,9 +13,9 @@ def test_serverextensions():
], stderr=subprocess.PIPE)
extensions = [
'jupyterlab 0.34.1',
'jupyterlab 0.35.3',
'nbgitpuller 0.6.1',
'nteract_on_jupyter 1.8.1',
'nteract_on_jupyter 1.9.12',
'nbresuse '
]