Create new cell data. Minimal cell data specifies its kind, its source value, and the language identifier of its source.
The kind.
The source value.
The language identifier of the source value.
Optional
executionThe execution summary of this cell data.
The kind of this cell data.
The language identifier of the source value of this cell data. Any value from languages.getLanguages getLanguages is possible.
Optional
metadataArbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.
Optional
outputsThe outputs of this cell data.
The source value of this cell data - either source code or formatted text.
NotebookCellData is the raw representation of notebook cells. Its is part of
NotebookData
.