NotebookCell interface
Notebook cell.
Properties
| attachments | Attachments associated with the cell. |
| cell |
String identifying the type of cell. |
| metadata | Cell-level metadata. |
| outputs | Cell-level output items. |
| source | Contents of the cell, represented as an array of lines. |
Property Details
attachments
Attachments associated with the cell.
attachments?: any
Property Value
any
cellType
String identifying the type of cell.
cellType: string
Property Value
string
metadata
Cell-level metadata.
metadata: any
Property Value
any
outputs
source
Contents of the cell, represented as an array of lines.
source: string[]
Property Value
string[]