Package version:

Interface NotebookCellOutputItem

An item of the notebook cell execution output.

Hierarchy

  • NotebookCellOutputItem

Properties

data?: any

Output data. Use MIME type as key, and content as value.

executionCount?: number

Execution sequence number.

metadata?: any

Metadata for the output item.

name?: string

For output_type=stream, determines the name of stream (stdout / stderr).

outputType: string

Execution, display, or stream outputs.

text?: any

For output_type=stream, the stream's text output, represented as a string or an array of strings.

Generated using TypeDoc