Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Notebook

Package version

Notebook.

Hierarchy

  • Notebook

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional bigDataPool

Big data pool reference.

cells

cells: NotebookCell[]

Array of cells of the current notebook.

Optional description

description: undefined | string

The description of the notebook.

Optional 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

nbformat: number

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

nbformatMinor

nbformatMinor: number

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

Optional sessionProperties

sessionProperties: NotebookSessionProperties

Session properties.

Optional targetSparkConfiguration

targetSparkConfiguration: SparkConfigurationReference

The spark configuration of the spark job.

Generated using TypeDoc