Skip to main content

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.

Widget Button

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 nameTypeDescriptionDefault
TitlestringValue that will be displayed in the widget.Execute
Stop executionbooleanIf true, execution stops.true
DisabledbooleanIf true, button is disabled.false

See also

  • All widgets — browse the full widget catalog.
  • Table — display data the user acts on with the button.