deserializeNotebook
abstract fun deserializeNotebook(content: Uint8Array<*>, token: CancellationToken): PromiseResult<NotebookData>(source)
Deserialize contents of a notebook file into the notebook data structure.
Parameters
content
Contents of a notebook file.
token
A cancellation token.