Notebook Class

Notebook.

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

Inheritance
Notebook

Constructor

Notebook(*, metadata: azure.synapse.artifacts.models._models_py3.NotebookMetadata, nbformat: int, nbformat_minor: int, cells: List[azure.synapse.artifacts.models._models_py3.NotebookCell], additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, big_data_pool: Optional[azure.synapse.artifacts.models._models_py3.BigDataPoolReference] = None, session_properties: Optional[azure.synapse.artifacts.models._models_py3.NotebookSessionProperties] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

description
str
Required

The description of the notebook.

big_data_pool
BigDataPoolReference
Required

Big data pool reference.

session_properties
NotebookSessionProperties
Required

Session properties.

metadata
NotebookMetadata
Required

Required. Notebook root-level metadata.

nbformat
int
Required

Required. Notebook format (major number). Incremented between backwards incompatible changes to the notebook format.

nbformat_minor
int
Required

Required. Notebook format (minor number). Incremented for backward compatible changes to the notebook format.

cells
list[NotebookCell]
Required

Required. Array of cells of the current notebook.