The Python Papers

The Python Papers

Share this post

The Python Papers
The Python Papers
Working with Jupyter Notebook Widgets
Copy link
Facebook
Email
Notes
More

Working with Jupyter Notebook Widgets

Mike Driscoll's avatar
Mike Driscoll
Jul 12, 2023
∙ Paid
3

Share this post

The Python Papers
The Python Papers
Working with Jupyter Notebook Widgets
Copy link
Facebook
Email
Notes
More
Share

What are Jupyter widgets? A widget is an “eventful python object” that in the case of Jupyter Notebook, resides in the browser and is a user interface element, such as a slider or textbox. Jupyter supports a fairly wide array of widgets including the following:

  • Numeric

  • Boolean

  • Selection

  • String

  • Image

  • Button

  • Output

  • Animation

  • Date picker

  • Color picker

  • Controller (i.e.…

Keep reading with a 7-day free trial

Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2025 Mike Driscoll
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More