updateNotebookMetadata

fun updateNotebookMetadata(newNotebookMetadata: Record<JsString, *>): NotebookEdit(source)

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

Parameters

newNotebookMetadata

The new metadata for the notebook.

Online Documentation