Course to learn to use widgets

Hi! I am looking for an online course to learn how to use widgets in a jupyter notebook. My goal is to implement them in a thermodynamics class. Does anybody know about an online course with certification?

The documentation is a good resource on how to use ipywidgets and which widgets exist: How-to Guides — Jupyter Widgets 8.1.8 documentation

If that’s not enough, you can start building your own: Building a Custom Widget - Email widget — Jupyter Widgets 8.1.8 documentation

Could you expand a bit more on what exactly are you trying to achieve for your thermodynamics class?

2 Likes

Thank you! I would like to use widgets to create a interactive resource for my students (based in a jupyter notebook).