Update to jupyter-resource-usage

This commit is contained in:
Jeremy Tuloup
2021-02-09 09:07:51 +01:00
parent 873e6bf661
commit dc30923658
5 changed files with 19 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ def test_serverextensions():
'jupyterlab 3.',
'nbgitpuller 0.9.',
'nteract_on_jupyter 2.1.',
'nbresuse '
'jupyter-resource-usage '
]
for e in extensions:
@@ -33,7 +33,7 @@ def test_nbextensions():
], stderr=subprocess.PIPE, stdout=subprocess.PIPE)
extensions = [
'nbresuse/main',
'jupyter-resource-usage/main',
# This is what ipywidgets nbextension is called
'jupyter-js-widgets/extension'
]