/ipywidgets_crash_course

IPywidgets Crash Course

Primary LanguageJupyter Notebook

Crash Course on Python Library "ipywidgets"

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.

Table of Contents

Below is a list of topics covered in the course.

  1. Interactive UIs from Python Functions
  2. Output Widget
  3. Link Widgets
  4. Widget Events
  5. Widget Layout
  6. Widget Styling
  7. Link Widgets with Matplotlib Charts
  8. 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".