A 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.
A signal that emits whenever a cell completes execution.
A signal that emits whenever a cell execution is scheduled.
A signal that emits whenever a cell execution is scheduled.
Generated using TypeDoc
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.