From 90252fd30d858dcf46949ef36eda0226422c07e0 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 8 Jun 2023 11:31:26 +0200 Subject: [PATCH] Pin jupyter-server, previously held back to v1 by jupyterlab 3.4.* --- repo2docker/buildpacks/conda/environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo2docker/buildpacks/conda/environment.yml b/repo2docker/buildpacks/conda/environment.yml index 8f844145..156129bd 100644 --- a/repo2docker/buildpacks/conda/environment.yml +++ b/repo2docker/buildpacks/conda/environment.yml @@ -7,6 +7,7 @@ dependencies: - ipywidgets==8.* # https://github.com/jupyter-widgets/ipywidgets - jupyter-offlinenotebook==0.2.* # https://github.com/manics/jupyter-offlinenotebook - jupyter-resource-usage==0.7.* # https://github.com/jupyter-server/jupyter-resource-usage - - jupyterlab==3.* # https://github.com/jupyterlab/jupyterlab + - jupyter_server==1.* # https://github.com/jupyter-server/jupyter_server - jupyterhub-singleuser==3.* # https://github.com/jupyterhub/jupyterhub + - jupyterlab==3.* # https://github.com/jupyterlab/jupyterlab - notebook==6.* # https://github.com/jupyter/notebook