##// END OF EJS Templates
test `nbconvert --output` with and without extension
test `nbconvert --output` with and without extension

File last commit:

r17112:ba654bba
r17310:2b69ed78
Show More
execute-preprocessor
4 lines | 241 B | text/plain | TextLexer
New preprocessor for nbconvert that executes all the code cells in a notebook.
To run a notebook and save its output in a new notebook::
ipython nbconvert InputNotebook --ExecutePreprocessor.enabled=True --to notebook --output Executed