NotebookCellOutputItem

One representation of a notebook output, defined by MIME type and data.

Online Documentation

Constructors

Link copied to clipboard
constructor(data: Uint8Array<*>, mime: String)

Create a new notebook cell output item.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data of this output item. Must always be an array of unsigned 8-bit integers.

Link copied to clipboard

The mime type which determines how the {@linkcode NotebookCellOutputItem.data data}-property is interpreted.