[IPython-dev] generating input cells dynamically

Aaron O'Leary aaron.oleary at gmail.com
Fri Mar 21 15:13:23 EDT 2014


> Once you've generated the notebook, you could use runipy to run it without
> having to go through the noteboko UI: https://github.com/paulgb/runipy/

Or, if you're using IPython 2.0 you can do 

    ipython -c "%run your_notebook.ipynb"

from the command line. This is the same as opening it and clicking "run
all cells".

aaron



More information about the IPython-dev mailing list