updateCellMetadata
fun updateCellMetadata(index: Int, newCellMetadata: ReadonlyRecord<JsString, *>): NotebookEdit(source)
Utility to create an edit that update a cell's metadata.
Parameters
index
The index of the cell to update.
newCellMetadata
The new metadata for the cell.