We have added two packages to the list of requirements on 2022-07-09. To add those packages to the environment you have already created, either conda install -c conda ...
NOTE: These installation instructions install ipywidgets version 7.7. We anticipate that ipywidgets 8 will be released before the tutorial. If it, and all of the packages that we use that are ...
At its core, ipywidgets provides interactive HTML elements (widgets) that integrate seamlessly with your Python code in Jupyter. These include sliders for numerical inputs, dropdowns for selections, ...
Jupyter Notebooks are fantastic for exploratory data analysis and prototyping code, but what if you could make them interactive? Enter ipywidgets, a powerful library that lets you add sliders, buttons ...