nbconvert: Convert Notebooks to Other Formats¶
The nbconvert tool allows you to convert an .ipynb notebook
document file into various static formats including HTML, LaTeX, PDF,
Markdown, reStructuredText, and more. The tool can also be used to execute
notebooks programmatically.
nbconvert is both a python library and a command line tool. When used as
a python library (import nbconvert), nbconvert is useful to add
notebook conversion in your projects, such as its use to implement the
‘Download as’ feature within the Jupyter Notebook web application. When used
as a command line tool (invoked as jupyter nbconvert ...), users can
conveniently convert one or a batch of notebook files to another format.
Contents:
User Documentation¶
Configuration¶
Community documentation¶
Developer Documentation¶
About nbconvert¶
Questions? Suggestions?¶