##// END OF EJS Templates
add example nbconvert execute to What's New
MinRK -
Show More
@@ -1,1 +1,4 b''
1 New preprocessor for nbconvert that executes all the code cells in a notebook.
1 New preprocessor for nbconvert that executes all the code cells in a notebook.
2 To run a notebook and save its output in a new notebook::
3
4 ipython nbconvert InputNotebook --ExecutePreprocessor.enabled=True --to notebook --output Executed
General Comments 0
You need to be logged in to leave comments. Login now