Skip to content

Commit 7319c37

Browse files
authored
docs: fix jupyter notebook discovery info for editors (#22447)
Resolves #21892 ## Summary This PR updates `docs/editors/features.md` to clarify that Jupyter Notebooks are now included by default as of version 0.6.0.
1 parent 805503c commit 7319c37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/editors/features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ capabilities available to Python files.
9696

9797
!!! note
9898

99-
Unlike [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp) and similar to the Ruff's CLI, the
100-
native language server requires user to explicitly include the Jupyter Notebook files in the set
101-
of files to lint and format. Refer to the [Jupyter Notebook discovery](https://docs.astral.sh/ruff/configuration/#jupyter-notebook-discovery)
102-
section on how to do this.
99+
Ruff has built-in support for Jupyter Notebooks. The native language server will discover and
100+
lint or format `.ipynb` files by default as of version 0.6.0. Refer to the
101+
[Jupyter Notebook discovery](../configuration.md#jupyter-notebook-discovery) section for
102+
more details.
103103

104104
<img
105105
src="https://astral.sh/static/GIF/v0.4.5/ipynb_editing_vscode.gif"

0 commit comments

Comments
 (0)