NotebookCell Class

Notebook cell.

All required parameters must be populated in order to send to Azure.

Inheritance
NotebookCell

Constructor

NotebookCell(*, cell_type: str, metadata: object, source: List[str], additional_properties: Optional[Dict[str, object]] = None, attachments: Optional[object] = None, outputs: Optional[List[azure.synapse.artifacts.models._models_py3.NotebookCellOutputItem]] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

cell_type
str
Required

Required. String identifying the type of cell.

metadata
object
Required

Required. Cell-level metadata.

source
list[str]
Required

Required. Contents of the cell, represented as an array of lines.

attachments
object
Required

Attachments associated with the cell.

outputs
list[NotebookCellOutputItem]
Required

Cell-level output items.