Notebook interface
Notebook.
Properties
| big |
Big data pool reference. |
| cells | Array of cells of the current notebook. |
| description | The description of the notebook. |
| folder | The folder that this notebook is in. If not specified, this notebook will appear at the root level. |
| metadata | Notebook root-level metadata. |
| nbformat | Notebook format (major number). Incremented between backwards incompatible changes to the notebook format. |
| nbformat |
Notebook format (minor number). Incremented for backward compatible changes to the notebook format. |
| session |
Session properties. |
| target |
The spark configuration of the spark job. |
Property Details
bigDataPool
cells
description
The description of the notebook.
description?: string
Property Value
string
folder
The folder that this notebook is in. If not specified, this notebook will appear at the root level.
folder?: NotebookFolder
Property Value
metadata
nbformat
Notebook format (major number). Incremented between backwards incompatible changes to the notebook format.
nbformat: number
Property Value
number
nbformatMinor
Notebook format (minor number). Incremented for backward compatible changes to the notebook format.
nbformatMinor: number
Property Value
number
sessionProperties
Session properties.
sessionProperties?: NotebookSessionProperties
Property Value
targetSparkConfiguration
The spark configuration of the spark job.
targetSparkConfiguration?: SparkConfigurationReference