##// END OF EJS Templates
Remove py3compat.open in favour of io.open
Remove py3compat.open in favour of io.open

File last commit:

r17112:ba654bba
r17299:154e8d32
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