Skip to content

Commit 90252fd

Browse files
committed
Pin jupyter-server, previously held back to v1 by jupyterlab 3.4.*
1 parent 07be889 commit 90252fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repo2docker/buildpacks/conda/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- ipywidgets==8.* # https://github.com/jupyter-widgets/ipywidgets
88
- jupyter-offlinenotebook==0.2.* # https://github.com/manics/jupyter-offlinenotebook
99
- jupyter-resource-usage==0.7.* # https://github.com/jupyter-server/jupyter-resource-usage
10-
- jupyterlab==3.* # https://github.com/jupyterlab/jupyterlab
10+
- jupyter_server==1.* # https://github.com/jupyter-server/jupyter_server
1111
- jupyterhub-singleuser==3.* # https://github.com/jupyterhub/jupyterhub
12+
- jupyterlab==3.* # https://github.com/jupyterlab/jupyterlab
1213
- notebook==6.* # https://github.com/jupyter/notebook

0 commit comments

Comments
 (0)