Working with Jupyter Notebook Widgets
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.