Raw representation of a notebook.

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

Implemented by

Constructors

Properties

Constructors

Properties

The cell data of this notebook data.

metadata?: {
    [key: string]: any;
}

Arbitrary metadata of notebook data.

Type declaration

  • [key: string]: any