Companion

Functions

Link copied to clipboard

Utility to create an edit that deletes cells in a notebook.

Link copied to clipboard

Utility to create an edit that replaces cells in a notebook.

Link copied to clipboard

Utility to create a edit that replaces cells in a notebook.

Link copied to clipboard
fun updateCellMetadata(index: Int, newCellMetadata: Record<JsString, *>): NotebookEdit

Utility to create an edit that update a cell's metadata.

Link copied to clipboard
fun updateNotebookMetadata(newNotebookMetadata: Record<JsString, *>): NotebookEdit

Utility to create an edit that updates the notebook's metadata.