Note

This documentation is for a development version of ipywidgets. There may be significant differences from the latest stable release.

ipywidgets

Interactive HTML Widgets

ipywidgets are interactive HTML widgets for Jupyter notebooks and the IPython kernel.

Installation

Users can install the current version of ipywidgets with pip or conda.

pip install ipywidgets
# or
conda install ipywidgets