ipywidgets — Easy Playground
Interactive HTML widgets for Jupyter notebooks
Getting started with ipywidgetsRun locally
Install
pip install ipywidgetsPython 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?