NotebookData

open class NotebookData(source)

Raw representation of a notebook.

Extensions are responsible for creating NotebookData so that the editor can create a NotebookDocument.

See also

Constructors

Link copied to clipboard
constructor(cells: ReadonlyArray<NotebookCellData>)

Create new notebook data.

Properties

Link copied to clipboard

The cell data of this notebook data.

Link copied to clipboard

Arbitrary metadata of notebook data.