[IPython-dev] running/getting output into a new programmatically-generated notebook

Ana Nelson ana at ananelson.com
Wed Mar 18 12:11:58 EDT 2015


I'm creating notebooks via nbformat following the pattern of Fernando's v4
gist:
http://nbviewer.ipython.org/gist/fperez/b3ab79a32b0e4777a646

(BTW it might be helpful to link to the new gist from the older version
here http://nbviewer.ipython.org/gist/fperez/9716279)

I'd like to run a command line script to populate the outputs in this
notebook so that when a user opens the generated notebook, it has already
been run.

I thought that might have been the intention of the ipython -c '%run
test.ipynb' command, but that doesn't seem to have any effect. Am I doing
something wrong or is there some other command I should be calling?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150318/0528b708/attachment.html>


More information about the IPython-dev mailing list