ppc64le/linux/: ipywidgets-8.1.7 metadata and description

Homepage Simple index

Jupyter interactive widgets

author Jupyter Development Team
author_email [email protected]
classifiers
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3 :: Only
  • Framework :: Jupyter
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic license-file
keywords Interactive,Interpreter,Shell,Web,ipython,widgets,Jupyter
license BSD 3-Clause License
license_file LICENSE
provides_extras test
requires_dist
  • comm>=0.1.3
  • ipython>=6.1.0
  • traitlets>=4.3.1
  • widgetsnbextension~=4.0.14
  • jupyterlab_widgets~=3.0.15
  • jsonschema; extra == "test"
  • ipykernel; extra == "test"
  • pytest>=3.6.0; extra == "test"
  • pytest-cov; extra == "test"
  • pytz; extra == "test"
requires_python >=3.7
File Tox results History
ipywidgets-8.1.7-py3-none-any.whl
Size
141 KB
Type
Python Wheel
Python
3

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:

For more information, see the main documentation.