> 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