nvim_runtime_lua

lsp.NotebookCell

A notebook cell.

A cell's document URI must be unique across ALL notebook cells and can therefore be used to uniquely identify a notebook cell or the cell's text document.

Fields4

NotebookCell.kind : lsp.NotebookCellKind

The cell's kind

NotebookCell.document : lsp.DocumentUri

The URI of the cell's text document content.

NotebookCell.metadata : lsp.LSPObject | nil

Additional metadata stored with the cell.

Note: should always be an object literal (e.g. LSPObject)

NotebookCell.executionSummary : lsp.ExecutionSummary | nil

Additional execution summary information if supported by the client.