The data attributes of a notebook.

Hierarchy

  • NotebookCreateDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

List of cells to display in the notebook.

metadata?: NotebookMetadata

Metadata associated with the notebook.

name: string

The name of the notebook.

Publication status of the notebook. For now, always "published".

Notebook global timeframe.

Generated using TypeDoc