The package ipywidgets
provides two things:
The next couple of cells create a browser of the available elements. To see more detail about any of the elements click on its title. It will be easier to view both the overview and the detail if you have them open in spearate tabs.
from widget_org import organized_widgets, list_overview_widget
import ipywidgets as widgets
). After opening the notebook, drag the tab so that this notebook and the one you just opened are visible. The notebook to open is here: Complete list of ipywidgetsgroups = organized_widgets(organize_by='ui')
help_url_base = ''
# help_url_base='reference_guides/complete-ipywidgets-widget-list.ipynb'
list_overview_widget(groups, columns=2, min_width_single_widget=200, help_url_base=help_url_base)
We do not anticiapte you will have time to do all of these exercises.