Class Notebook (1.4.2)

Notebook(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for Notebook content.

Attribute

NameDescription
kernel_type google.cloud.dataplex_v1.types.Content.Notebook.KernelType
Required. Kernel Type of the notebook.

Classes

KernelType

KernelType(value)

Kernel Type of the Jupyter notebook.

Values: KERNEL_TYPE_UNSPECIFIED (0): Kernel Type unspecified. PYTHON3 (1): Python 3 Kernel.