replaceCells
fun replaceCells(range: NotebookRange, newCells: ReadonlyArray<NotebookCellData>): NotebookEdit(source)
Utility to create a edit that replaces cells in a notebook.
Parameters
range
The range of cells to replace
newCells
The new notebook cells.