Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit a770920

Browse files
committed
Upgrade nbresuse to not shadow /metrics
Brings in jupyter-server/jupyter-resource-usage#68 so we can move towards getting prometheus metrics from notebooks.
1 parent 930496d commit a770920

File tree

13 files changed

+26
-13
lines changed

13 files changed

+26
-13
lines changed

deployments/biology/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/data100/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/data102/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/data8x/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/datahub/images/default/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/eecs/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/highschool/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/julia/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/prob140/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

deployments/r/image/infra-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ nbconvert==5.6.1
1414
nbformat==5.0.7
1515
jupyterlab==2.2.4
1616
nbgitpuller==0.9.0
17-
nbresuse==0.3.6
17+
# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged
18+
git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6
1819
jupyterhub==1.1.0
1920
appmode==0.8.0
2021
ipywidgets==7.5.1

0 commit comments

Comments
 (0)