blob: 4170c385adf5b01623c238dc683e71073790e2b0 (
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
|