Optional
newOptional new metadata for the cells.
New cells being inserted. May be empty.
Optional
newOptional new metadata for the notebook.
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
replaceUtility to create a edit that replaces cells in a notebook.
The range of cells to replace
The new notebook cells.
Static
updateUtility to create an edit that update a cell's metadata.
The index of the cell to update.
The new metadata for the cell.
Static
updateUtility to create an edit that updates the notebook's metadata.
The new metadata for the notebook.
A notebook edit represents edits that should be applied to the contents of a notebook.