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