updateDisplay

fun Notebook.updateDisplay(value: Any, id: String? = null)

Updates the display with the given value.

Parameters

value

The value to update the display with.

id

An optional identifier for the display to update.