A notebook edit represents edits that should be applied to the contents of a notebook.

Implements

Constructors

Properties

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

Optional new metadata for the cells.

Type declaration

  • [key: string]: any
newCells: NotebookCellData[]

New cells being inserted. May be empty.

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

Optional new metadata for the notebook.

Type declaration

  • [key: string]: any

Range of the cells being edited. May be empty.

Methods