From 41cf43899cac78815c2c1d3781c7d29a7decd481 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:53:36 +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 66f40976..a212f944 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ version.py .ipynb_checkpoints/ .mypy*/ .pytest_cache/ +.virtual_documents/ __pycache__/ coverage.* htmlcov/ diff --git a/setup.cfg b/setup.cfg index 8a48ebf6..5e4037b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,7 +72,9 @@ jupyter = %(doc)s jupyterlab >=3.0 jupyterlab-code-formatter + jupyterlab-lsp jupyterlab-myst + python-lsp-server[rope] ypy-websocket <0.8.3; python_version <"3.8.0" test = nbmake