From 73bc2f044e4abd1f6930c529d9264d8ad4c039ac Mon Sep 17 00:00:00 2001 From: Sigmar Stefansson Date: Wed, 13 Dec 2023 15:12:04 +0000 Subject: [PATCH] upgrade jupyter server --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30c718c71528..322a9d9058e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "jinja2>=3.0.3", "jupyter_core", "jupyter-lsp>=2.0.0", - "jupyter_server@git+https://github.com/spotinst/jupyter_server.git@test2111", + "jupyter_server@git+https://github.com/spotinst/jupyter_server.git@ocean-spark-jupyterserver-jlab", "jupyterlab_server>=2.19.0,<3", "notebook_shim>=0.2", "packaging",