OptionalnewOptional new metadata for the cells.
New cells being inserted. May be empty.
OptionalnewOptional new metadata for the notebook.
Range of the cells being edited. May be empty.
StaticdeleteUtility to create an edit that deletes cells in a notebook.
The range of cells to delete.
StaticinsertUtility to create an edit that replaces cells in a notebook.
The index to insert cells at.
The new notebook cells.
StaticreplaceUtility to create a edit that replaces cells in a notebook.
The range of cells to replace
The new notebook cells.
StaticupdateUtility to create an edit that update a cell's metadata.
The index of the cell to update.
The new metadata for the cell.
StaticupdateUtility 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.