is_assignments/a2/code/.venv/lib/python3.10/site-packages/ipywidgets-8.0.3.dist-info/METADATA

65 lines
2.3 KiB
Plaintext

Metadata-Version: 2.1
Name: ipywidgets
Version: 8.0.3
Summary: Jupyter interactive widgets
Home-page: http://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD 3-Clause License
Keywords: Interactive,Interpreter,Shell,Web,ipython,widgets,Jupyter
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Jupyter
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipykernel (>=4.5.1)
Requires-Dist: ipython (>=6.1.0)
Requires-Dist: traitlets (>=4.3.1)
Requires-Dist: widgetsnbextension (~=4.0)
Requires-Dist: jupyterlab-widgets (~=3.0)
Provides-Extra: test
Requires-Dist: jsonschema ; extra == 'test'
Requires-Dist: pytest (>=3.6.0) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytz ; extra == 'test'
# ipywidgets: Interactive HTML Widgets
**ipywidgets**, also known as jupyter-widgets or simply widgets, are
[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
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](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
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](https://github.com/jupyter-widgets/ipywidgets#readme).