mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Update nbgitpuller to 1.*
This commit is contained in:
@@ -14,7 +14,7 @@ def test_serverextensions():
|
|||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'jupyterlab 3.',
|
'jupyterlab 3.',
|
||||||
'nbgitpuller 0.9.',
|
'nbgitpuller 1.',
|
||||||
'nteract_on_jupyter 2.1.',
|
'nteract_on_jupyter 2.1.',
|
||||||
'jupyter_resource_usage'
|
'jupyter_resource_usage'
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ jupyterlab==3.*
|
|||||||
nteract-on-jupyter==2.1.*
|
nteract-on-jupyter==2.1.*
|
||||||
# Install jupyterlab extensions from PyPI
|
# Install jupyterlab extensions from PyPI
|
||||||
# nbgitpuller for easily pulling in Git repositories
|
# nbgitpuller for easily pulling in Git repositories
|
||||||
nbgitpuller==0.10.2
|
nbgitpuller==1.*
|
||||||
# jupyter-resource-usage to show people how much RAM they are using
|
# jupyter-resource-usage to show people how much RAM they are using
|
||||||
jupyter-resource-usage==0.5.*
|
jupyter-resource-usage==0.5.*
|
||||||
# Most people consider ipywidgets to be part of the core notebook experience
|
# Most people consider ipywidgets to be part of the core notebook experience
|
||||||
|
|||||||
Reference in New Issue
Block a user