notebook — valid()

Description

The valid() method of the notebook changes the appearance of the output displayed below the active cell to indicate a successful operation.

Signature

notebook.valid()
Scope
notebook
Family
display
Returns
none

Example

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

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