IPywidgets Crash Course
Course videos are available @ https://www.youtube.com/playlist?list=PLAX4txYnwreIKbUtwyHERwIxL8s_-T0eL
Ipywidgets is a famous Python widgeting library that lets us include interactive widgets in Jupyter Notebook to create interactive UIs.
There is one notebook per video which is present in this repo. The notebook can be used with videos.
Below is a list of topics covered in the course.
- Interactive UIs from Python Functions
- Output Widget
- Link Widgets
- Widget Events
- Widget Layout
- Widget Styling
- Link Widgets with Matplotlib Charts
- Link Widgets with Bokeh Charts
It's a small course which can be completed in 2 hours. It'll give you a complete overview of all functionalities available through the Python library "ipywidgets".