notebook — warn()

Description

The warn() method of the notebook changes the appearance of the output displayed below the active cell to indicate an warning.

Signature

notebook.warn()
Scope
notebook
Family
display
Returns
none

Example

// display a log
notebook.log("Im a warning message");

// update the log state
notebook.warn();