Button
The Button widget allows you to stop execution until the user clicks the button. This can be useful for creating interactive notebooks that require user input.
Basic usage
First, create a Button widget and configure the necessary settings. For example, you can set the button title and configure the typography style.
Configuration
To use the Button widget, all you need to do is create it.
API reference
Basic
| Setting name | Type | Description | Default |
|---|---|---|---|
Title | string | Value that will be displayed in the widget. | Execute |
Stop execution | boolean | If true, execution stops. | true |
Disabled | boolean | If true, button is disabled. | false |
See also
- All widgets — browse the full widget catalog.
- Table — display data the user acts on with the button.