You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linting, formatting and language navigation can be made available through jupyterlab-lsp and python-lsp-server (not Jedi). Additional support for (3rd party) linters like Ruff can be found there as well.
Linting, formatting and language navigation can be made available through
jupyterlab-lsp
andpython-lsp-server
(not Jedi). Additional support for (3rd party) linters like Ruff can be found there as well.It might even be possible to replace
jupyterlab-code-formatter
withpython-lsp-black
. Even MyPy can be supported throughpylsp-mypy
.In first instance:
Then optionally for formatting:
And linting with Ruff:
Best to wait until
jupyterlab-lsp
v5 for its support for Jupyter Lab v4https://github.com/jupyter-lsp/jupyterlab-lsp/releases
Implementation
python-lsp-ruff
as dev requirement repo-maintenance#229Implementation PRs
The text was updated successfully, but these errors were encountered: