drivendataorg / nbautoexport

Automatically export Jupyter notebooks to various file formats (.py, .html, and more) on save.
https://nbautoexport.drivendata.org/
MIT License
72 stars 9 forks source link

Support nbconvert templates #58

Open jayqi opened 4 years ago

jayqi commented 4 years ago

nbconvert has built-in templates that allow alternative versions of their formats.

https://nbconvert.readthedocs.io/en/latest/usage.html#supported-output-formats

It may be useful to support specifying them.