ipywidgetsEasy Playground

Interactive HTML widgets for Jupyter notebooks

Getting started with ipywidgetsRun locally
Install
pip install ipywidgets
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: ipywidgets)

ipywidgets is a third-party package. Interactive HTML widgets for Jupyter notebooks. Install with: pip install ipywidgets

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?