From 9302d4c54e44f97f93295abfc7e9d46b55645f26 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:26:09 +0200 Subject: [PATCH] DX: activate language navigation on Jupyter Lab --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index d6264a6b..82cea15e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,7 +72,9 @@ jupyter = %(doc)s jupyterlab jupyterlab-code-formatter + jupyterlab-lsp jupyterlab-myst + python-lsp-server[rope] ypy-websocket <0.8.3; python_version <"3.8.0" dev = %(doc)s