From 9f9cf9086e8f8ed1264b8498c0b70734d01da8a7 Mon Sep 17 00:00:00 2001 From: Sigmar Stefansson Date: Sun, 3 Dec 2023 23:20:43 +0000 Subject: [PATCH] correct jupyter_server --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1db2a64bdf8f..30c718c71528 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@2.11.1-ocean", + "jupyter_server@git+https://github.com/spotinst/jupyter_server.git@test2111", "jupyterlab_server>=2.19.0,<3", "notebook_shim>=0.2", "packaging",