replaceCells static method
Utility to create a edit that replaces cells in a notebook.
Implementation
static _i3.NotebookEdit replaceCells(
_i3.NotebookRange range,
_i2.List<_i3.NotebookCellData> newCells,
) =>
_i5.callMethod(
_declaredNotebookEdit,
'replaceCells',
[
range,
newCells,
],
);