Skip to content

ruff server: Support .ipynb (Jupyter Notebook) files #10858

Closed
@snowsignal

Description

@snowsignal

ruff server needs to support .ipynb (aka Jupyter Notebook) files to have feature parity with ruff-lsp. In the LSP specification, these files are represented as notebook documents. Ruff can format and lint notebook documents, but their internal schema is different from the schema used by the LSP, so we'll need to convert between the two.

Metadata

Metadata

Assignees

Labels

serverRelated to the LSP server

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions