##// 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
/ docs / source / whatsnew / pr / execute-preprocessor
Julia Evans
Add execute preprocessor to whatsnew
r17076 New preprocessor for nbconvert that executes all the code cells in a notebook.
MinRK
add example nbconvert execute to What's New
r17112 To run a notebook and save its output in a new notebook::
ipython nbconvert InputNotebook --ExecutePreprocessor.enabled=True --to notebook --output Executed