METADATA 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Metadata-Version: 2.1
  2. Name: notebook
  3. Version: 5.7.10
  4. Summary: A web-based notebook environment for interactive computing
  5. Home-page: http://jupyter.org
  6. Author: Jupyter Development Team
  7. Author-email: jupyter@googlegroups.com
  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. Requires-Dist: jinja2
  21. Requires-Dist: tornado (<7,>=4.1)
  22. Requires-Dist: pyzmq (>=17)
  23. Requires-Dist: ipython-genutils
  24. Requires-Dist: traitlets (>=4.2.1)
  25. Requires-Dist: jupyter-core (>=4.4.0)
  26. Requires-Dist: jupyter-client (>=5.2.0)
  27. Requires-Dist: nbformat
  28. Requires-Dist: nbconvert (<6.0)
  29. Requires-Dist: ipykernel
  30. Requires-Dist: Send2Trash
  31. Requires-Dist: terminado (>=0.8.1)
  32. Requires-Dist: prometheus-client
  33. Requires-Dist: ipaddress ; python_version == "2.7"
  34. Provides-Extra: test
  35. Requires-Dist: nose ; extra == 'test'
  36. Requires-Dist: coverage ; extra == 'test'
  37. Requires-Dist: requests ; extra == 'test'
  38. Requires-Dist: nose-warnings-filters ; extra == 'test'
  39. Requires-Dist: nbval ; extra == 'test'
  40. Requires-Dist: nose-exclude ; extra == 'test'
  41. Requires-Dist: selenium ; extra == 'test'
  42. Requires-Dist: mock ; (python_version == "2.7") and extra == 'test'
  43. Requires-Dist: nose-exclude ; (sys_platform == "win32") and extra == 'test'
  44. The Jupyter Notebook is a web application that allows you to create and
  45. share documents that contain live code, equations, visualizations, and
  46. explanatory text. The Notebook has support for multiple programming
  47. languages, sharing, and interactive widgets.
  48. Read `the documentation <https://jupyter-notebook.readthedocs.io>`_
  49. for more information.