IPython HTML widgets for Jupyter
.. image:: https://img.shields.io/pypi/v/ipywidgets.svg :target: https://pypi.python.org/pypi/ipywidgets/ :alt: Version Number
.. image:: https://img.shields.io/pypi/dm/ipywidgets.svg :target: https://pypi.python.org/pypi/ipywidgets/ :alt: Number of PyPI downloads
Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
.. code-block:: python
from ipywidgets import IntSlider
IntSlider()