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.

57 lines
1.9 KiB

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