Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookCellOutputItem

Package version

An item of the notebook cell execution output.

Hierarchy

  • NotebookCellOutputItem

Index

Properties

Optional data

data: any

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

Optional executionCount

executionCount: undefined | number

Execution sequence number.

Optional metadata

metadata: any

Metadata for the output item.

Optional name

name: undefined | string

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

outputType

outputType: CellOutputType

Execution, display, or stream outputs.

Optional text

text: any

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

Generated using TypeDoc