=====================================
Converting Notebooks to Other Formats
=====================================

The ``nbconvert`` tool allows you to convert an ``.ipynb`` notebook
document file into various static formats.

Currently, ``nbconvert`` is provided as a command line tool, run as a script
using Jupyter. It also powers the 'Download as' feature within the
Jupyter Notebook web app.

Contents:

.. toctree::
   :maxdepth: 2

   usage
   config_options
   latex_citations
   customizing
   nbconvert_library
   api/index


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
