notebook — info()

Description

The info() method of the notebook changes the appearance of the output displayed below the active cell to indicate an informational message.

Signature

notebook.info()
Scope
notebook
Family
display
Returns
none

Example

// display a log
notebook.log("Im an info");

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