From 90b123c2be1e77251c3f00bcc7ecf0f6be8c6766 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:29:46 +0200 Subject: [PATCH] DX: enable language navigation on Jupyter Lab --- .gitignore | 1 + setup.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 79757a97..156ef1c3 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ version.py .ipynb_checkpoints/ .mypy*/ .pytest_cache/ +.virtual_documents/ __pycache__/ htmlcov/ prof/ diff --git a/setup.cfg b/setup.cfg index 376c6931..526ba77f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -106,7 +106,9 @@ jupyter = ipywidgets jupyterlab jupyterlab-code-formatter + jupyterlab-lsp jupyterlab-myst; python_version >="3.7.0" + python-lsp-server[rope] ypy-websocket <0.8.3; python_version=="3.7.*" dev = %(all)s