Private constructorA private constructor for the NotebookActions class.
This class can never be instantiated. Its static member executed will be
merged with the NotebookActions namespace. The reason it exists as a
standalone class is because at run time, the Private.executed variable
does not yet exist, so it needs to be referenced via a getter.
Static executedA signal that emits whenever a cell completes execution.
Static executionA signal that emits whenever a cell execution is scheduled.
Static outputA signal that emits when a cell's output is cleared.
Static selectionA signal that emits when one notebook's cells are all executed.
A collection of actions that run against notebooks.
Notes
All of the actions are a no-op if there is no model on the notebook. The actions set the widget
modeto'command'unless otherwise specified. The actions will preserve the selection on the notebook widget unless otherwise specified.