##// END OF EJS Templates
Merge pull request #6174 from Carreau/pagemain...
Merge pull request #6174 from Carreau/pagemain remove pagemain.js

File last commit:

r17112:ba654bba
r17281:9c9262fc merge
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