Optional
outputs: NotebookCellOutput[]Optional
metadata: Record<string, unknown>Optional
executionSummary: NotebookCellExecutionSummaryOptional
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
getLanguages
is possible.
Optional
metadataeslint-disable-next-line @typescript-eslint/no-explicit-any
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
.