clearOutput

abstract fun clearOutput(cell: NotebookCell = definedExternally): PromiseLike<Void?>(source)

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

Parameters

cell

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