Optional
newCellMetadata: { [key: string]: unknown }Optional
newNotebookMetadata: { [key: string]: unknown }Optional
neweslint-disable-next-line @typescript-eslint/no-explicit-any
New cells being inserted. May be empty.
Optional
neweslint-disable-next-line @typescript-eslint/no-explicit-any
Range of the cells being edited. May be empty.
Static
deleteUtility to create an edit that deletes cells in a notebook.
The range of cells to delete.
Static
insertUtility to create an edit that replaces cells in a notebook.
The index to insert cells at.
The new notebook cells.
Static
isStatic
replaceUtility to create a edit that replaces cells in a notebook.
The range of cells to replace
The new notebook cells.
Static
updateeslint-disable-next-line @typescript-eslint/no-explicit-any
Static
updateeslint-disable-next-line @typescript-eslint/no-explicit-any
A notebook edit represents edits that should be applied to the contents of a notebook.