Metadata-Version: 2.0
Name: nbconvert
Version: 5.4.0
Summary: Converting Jupyter Notebooks
Home-page: https://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Project-URL: Documentation, https://nbconvert.readthedocs.io/en/latest/
Project-URL: Funding, https://numfocus.org/
Project-URL: Source, https://github.com/jupyter/nbconvert
Project-URL: Tracker, https://github.com/jupyter/nbconvert/issues
Keywords: Interactive,Interpreter,Shell,Web
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: serve
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: execute
Requires-Dist: mistune (>=0.8.1)
Requires-Dist: jinja2
Requires-Dist: pygments
Requires-Dist: traitlets (>=4.2)
Requires-Dist: jupyter-core
Requires-Dist: nbformat (>=4.4)
Requires-Dist: entrypoints (>=0.2.2)
Requires-Dist: bleach
Requires-Dist: pandocfilters (>=1.4.1)
Requires-Dist: testpath
Requires-Dist: defusedxml
Provides-Extra: all
Requires-Dist: pytest; extra == 'all'
Requires-Dist: pytest-cov; extra == 'all'
Requires-Dist: ipykernel; extra == 'all'
Requires-Dist: jupyter-client (>=4.2); extra == 'all'
Requires-Dist: tornado (>=4.0); extra == 'all'
Requires-Dist: jupyter-client (>=4.2); extra == 'all'
Requires-Dist: sphinx (>=1.5.1); extra == 'all'
Requires-Dist: sphinx-rtd-theme; extra == 'all'
Requires-Dist: nbsphinx (>=0.2.12); extra == 'all'
Requires-Dist: sphinxcontrib-github-alt; extra == 'all'
Requires-Dist: ipython; extra == 'all'
Requires-Dist: jupyter-client (>=4.2); extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx (>=1.5.1); extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: nbsphinx (>=0.2.12); extra == 'docs'
Requires-Dist: sphinxcontrib-github-alt; extra == 'docs'
Requires-Dist: ipython; extra == 'docs'
Requires-Dist: jupyter-client (>=4.2); extra == 'docs'
Provides-Extra: execute
Requires-Dist: jupyter-client (>=4.2); extra == 'execute'
Provides-Extra: serve
Requires-Dist: tornado (>=4.0); extra == 'serve'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: ipykernel; extra == 'test'
Requires-Dist: jupyter-client (>=4.2); extra == 'test'



Nbconvert is a Command Line tool and Python library and API to process and
convert Jupyter notebook into a variety of other formats.

Using nbconvert enables:

  - presentation of information in familiar formats, such as PDF.
  - publishing of research using LaTeX and opens the door for embedding notebooks in papers.
  - collaboration with others who may not use the notebook in their work.
  - sharing contents with many people via the web using HTML.


