Interactive form in a notebook (ipywigdets / Python)

Опубликовано: 10 Июнь 2026
на канале: MASTER 2 SISE DATA SCIENCE
666
like

Creating an interactive form in a Jupyter notebook using the "ipywidgets" package for Python. Initialization, layout, and configuration of visual objects; programming of event handlers. Several very simple program examples, compared to the operation of a console application that one would want to run within a notebook. Use of VS Code.

Notebook and Data: http://tutoriels-data-science.blogspo...
Course Page: https://cours-machine-learning.blogsp...

00:00 Form for Machine Learning Deployment
03:06 Jupyter Widgets (ipywidgets package)
05:29 Console Application in a Notebook
07:15 A Simple First Form: Input, Calculation, Display
12:50 Integrating the Output into the Graphical Interface
14:34 A Second Form: Additional Visual Objects