Command Button

The CommandButton class provides an ipywidgets interface to execute any command from a list of implemented commands. It shows:

  • a text box that is used to get parameters and macros (not always exhibited)
  • a button to execute the command
jupy4syn/widgets/../../images/command_example_1.png

CommandButton example in a Jupyter notebook.

Using Jupy4Syn Command Button module

Usage of Python class using basic Command Button fields.