Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nbformat

A namespace for nbformat interfaces.

Index

Type aliases

CellType

CellType: "code" | "markdown" | "raw"

A type which describes the type of cell.

ICell

A cell union type.

ICellMetadata

A union metadata type.

IOutput

An output union type.

OutputType

OutputType: "execute_result" | "display_data" | "stream" | "error"

The valid output types.

multilineString

multilineString: string

A type alias for a multiline string.

Notes

On disk, this could be a string[] too.

Variables

MAJOR_VERSION

MAJOR_VERSION: number

The major version of the notebook format.

MINOR_VERSION

MINOR_VERSION: number

The minor version of the notebook format.

Functions

isCodeCell

isDisplayData

isError

isExecuteResult

isMarkdownCell

isRawCell

isStream

Generated using TypeDoc