##// END OF EJS Templates
Avoid duplicate extension in nbconvert...
Avoid duplicate extension in nbconvert nbconvert --to notebook --output Output.ipynb would write Output.ipynb.ipynb before this PR

File last commit:

r17112:ba654bba
r17309:9010f296
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