mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix jupyter-resource-usage config
This commit is contained in:
@@ -16,7 +16,7 @@ def test_serverextensions():
|
|||||||
'jupyterlab 3.',
|
'jupyterlab 3.',
|
||||||
'nbgitpuller 0.9.',
|
'nbgitpuller 0.9.',
|
||||||
'nteract_on_jupyter 2.1.',
|
'nteract_on_jupyter 2.1.',
|
||||||
'jupyter-resource-usage '
|
'jupyter_resource_usage'
|
||||||
]
|
]
|
||||||
|
|
||||||
for e in extensions:
|
for e in extensions:
|
||||||
@@ -33,7 +33,7 @@ def test_nbextensions():
|
|||||||
], stderr=subprocess.PIPE, stdout=subprocess.PIPE)
|
], stderr=subprocess.PIPE, stdout=subprocess.PIPE)
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'jupyter-resource-usage/main',
|
'jupyter_resource_usage/main',
|
||||||
# This is what ipywidgets nbextension is called
|
# This is what ipywidgets nbextension is called
|
||||||
'jupyter-js-widgets/extension'
|
'jupyter-js-widgets/extension'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user