blob: 326c2f9b564342b4d196badf1dbf8c8a9ffc6012 (
plain)
1
2
3
4
5
6
7
8
9
10
|
The nbconvert tool, jupyter nbconvert, converts notebooks to various other
formats via Jinja templates. The nbconvert tool allows you to convert an .ipynb
notebook file into various static formats including:
* HTML
* LaTeX
* PDF
* Reveal JS
* Markdown (md)
* ReStructured Text (rst)
* executable script
|