loongson/pypi/: ipywidgets-7.6.3 metadata and description

Homepage Simple index

IPython HTML widgets for Jupyter

author IPython Development Team
author_email ipython-dev@scipy.org
classifiers
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Framework :: Jupyter
keywords Interactive,Interpreter,Shell,Web
license BSD
provides_extras test
requires_dist
  • ipykernel (>=4.5.1)
  • traitlets (>=4.3.1)
  • nbformat (>=4.2.0)
  • widgetsnbextension (~=3.5.0)
  • ipython (<6.0.0,>=4.0.0) ; python_version<"3.3"
  • ipython (>=4.0.0) ; python_version>="3.3"
  • jupyterlab-widgets (>=1.0.0) ; python_version>="3.6"
  • pytest (>=3.6.0) ; extra == 'test'
  • pytest-cov ; extra == 'test'
  • mock ; (python_version=="2.7") and extra == 'test'
File Tox results History
ipywidgets-7.6.3-py2.py3-none-any.whl
Size
119 KB
Type
Python Wheel
Python
2.7
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2025-04-09 10:54:23
Version Number Number of PyPI downloads

Interactive HTML Widgets

Interactive HTML widgets for Jupyter notebooks and the IPython kernel.

Usage

from ipywidgets import IntSlider
IntSlider()