stdout static method
Factory function to create a NotebookCellOutputItem
that uses
uses the application/vnd.code.notebook.stdout
mime type.
Implementation
static _i3.NotebookCellOutputItem stdout(_i2.String value) => _i5.callMethod(
_declaredNotebookCellOutputItem,
'stdout',
[value],
);