You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.3 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: widgetsnbextension
  3. Version: 3.5.1
  4. Summary: IPython HTML widgets for Jupyter
  5. Home-page: http://ipython.org
  6. Author: IPython Development Team
  7. Author-email: ipython-dev@scipy.org
  8. License: BSD
  9. Keywords: Interactive,Interpreter,Shell,Web
  10. Platform: Linux
  11. Platform: Mac OS X
  12. Platform: Windows
  13. Classifier: Intended Audience :: Developers
  14. Classifier: Intended Audience :: System Administrators
  15. Classifier: Intended Audience :: Science/Research
  16. Classifier: License :: OSI Approved :: BSD License
  17. Classifier: Programming Language :: Python
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Framework :: Jupyter
  21. Requires-Dist: notebook (>=4.4.1)
  22. .. image:: https://img.shields.io/pypi/v/widgetsnbextension.svg
  23. :target: https://pypi.python.org/pypi/widgetsnbextension/
  24. :alt: Version Number
  25. .. image:: https://img.shields.io/pypi/dm/widgetsnbextension.svg
  26. :target: https://pypi.python.org/pypi/widgetsnbextension/
  27. :alt: Number of PyPI downloads
  28. Interactive HTML Widgets
  29. ========================
  30. Interactive HTML widgets for Jupyter notebooks.
  31. Usage
  32. =====
  33. Install the corresponding package for your kernel. i.e. Python users would also
  34. install `ipywidgets`. Refer to that package's documentation for usage
  35. instructions.