replaceOutputItems
abstract fun replaceOutputItems(items: JsAny, output: NotebookCellOutput): PromiseLike<Void?>(source)
Replace all output items of existing cell output.
Parameters
items
Output items that replace the items of existing output.
output
Output object that already exists.