Companion

Functions

Link copied to clipboard

Factory function to create a NotebookCellOutputItem that uses uses the application/vnd.code.notebook.error mime type.

Link copied to clipboard
fun json(value: JsAny?, mime: String = definedExternally): NotebookCellOutputItem

Factory function to create a NotebookCellOutputItem from a JSON object.

Link copied to clipboard

Factory function to create a NotebookCellOutputItem that uses uses the application/vnd.code.notebook.stderr mime type.

Link copied to clipboard

Factory function to create a NotebookCellOutputItem that uses uses the application/vnd.code.notebook.stdout mime type.

Link copied to clipboard
fun text(value: String, mime: String = definedExternally): NotebookCellOutputItem

Factory function to create a NotebookCellOutputItem from a string.