Project: ipywidgets

Jupyter interactive widgets

Project Details

Latest version
8.1.1
Home Page
http://jupyter.org
PyPI Page
https://pypi.org/project/ipywidgets/

Project Popularity

PageRank
0.023751495528916044
Number of downloads
9911858

ipywidgets: Interactive HTML Widgets

ipywidgets, also known as jupyter-widgets or simply widgets, are interactive HTML widgets for Jupyter notebooks and the IPython kernel.

This package contains the python implementation of the core interactive widgets bundled in ipywidgets.

Core Interactive Widgets

The fundamental widgets provided by this library are called core interactive widgets. A demonstration notebook provides an overview of the core interactive widgets, including:

  • sliders
  • progress bars
  • text boxes
  • toggle buttons and checkboxes
  • display areas
  • and more

For more information, see the main documentation.