I want to customize nbconvert
's output by providing additional TemplateExporter config options such as exclude_markdown
when converting .ipynb
to .py
. However, none of the configs I provide ever get recognized on Jupyter 4.1.0.
What am I missing?