Package version:

Notebook.

Hierarchy

  • Notebook

Indexable

[property: string]: any

Properties

bigDataPool?: BigDataPoolReference

Big data pool reference.

cells: NotebookCell[]

Array of cells of the current notebook.

description?: string

The description of the notebook.

The folder that this notebook is in. If not specified, this notebook will appear at the root level.

Notebook root-level metadata.

nbformat: number

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

nbformatMinor: number

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

sessionProperties?: NotebookSessionProperties

Session properties.

targetSparkConfiguration?: SparkConfigurationReference

The spark configuration of the spark job.

Generated using TypeDoc