appendOutput

abstract fun appendOutput(out: JsAny, cell: NotebookCell = definedExternally): PromiseLike<Void?>(source)

Append to the output of the cell that is executing or to another cell that is affected by this execution.

Parameters

out

Output that is appended to the current output.

cell

Cell for which output is cleared. Defaults to the cell of this execution.