gituser/production/: ipywidgets-6.0.0 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
keywords Interactive,Interpreter,Shell,Web
license BSD
requires_dist
  • ipykernel (>=4.5.1)
  • ipython (>=4.0.0)
  • nbformat (>=4.2.0)
  • traitlets (>=4.3.1)
  • widgetsnbextension (~=2.0.0)
  • nose; extra == 'test'
  • mock; python_version=="2.7" and extra == 'test'
File Tox results History
ipywidgets-6.0.0-py2.py3-none-any.whl
Size
45 KB
Type
Python Wheel
Python
2.7
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()