Raw representation of a notebook.
Extensions are responsible for creating {@linkcode NotebookData } so that the editor can create a {@linkcode NotebookDocument }.
Raw representation of a notebook. Extensions are responsible for creating {@linkcode NotebookData } so that the editor can create a {@linkcode NotebookDocument }.
(cells notebook-data)
The cell data of this notebook data.
Returns: NotebookCellData[]
The cell data of this notebook data. **Returns:** `NotebookCellData[]`
(metadata notebook-data)
Arbitrary metadata of notebook data.
Returns: { [key: string]: any; } | undefined
Arbitrary metadata of notebook data. **Returns:** `{ [key: string]: any; } | undefined`
(set-cells! notebook-data value)
The cell data of this notebook data.
The cell data of this notebook data.
(set-metadata! notebook-data value)
Arbitrary metadata of notebook data.
Arbitrary metadata of notebook data.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close