diff options
Diffstat (limited to 'development/jupyter-nbconvert/README')
-rw-r--r-- | development/jupyter-nbconvert/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/jupyter-nbconvert/README b/development/jupyter-nbconvert/README new file mode 100644 index 0000000000000..326c2f9b56434 --- /dev/null +++ b/development/jupyter-nbconvert/README @@ -0,0 +1,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 |