Merge pull request #704 from jupyterhub/yuvipanda-patch-2

Bump nbgitpuller version
This commit is contained in:
Erik Sundell
2021-10-16 19:55:10 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
] ]

View File

@@ -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.9.* 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