This commit adds support for specifying a list of nbconvert preprocessors to be used when converting the document.
I ran into an issue when trying to use the Python Markdown nbconvert extension. I needed a way of passing in preprocessors to be used during the conversion from a notebook file to HTML. This PR contains support for a new config option, IPYNB_PREPROCESSORS, that expects a list of preprocessors that will be used during the generation of HTML output.
This commit adds support for specifying a list of nbconvert preprocessors to be used when converting the document.
I ran into an issue when trying to use the Python Markdown nbconvert extension. I needed a way of passing in preprocessors to be used during the conversion from a notebook file to HTML. This PR contains support for a new config option,
IPYNB_PREPROCESSORS
, that expects a list of preprocessors that will be used during the generation of HTML output.