[IPython-dev] executing notebooks locally

Thomas Kluyver takowl at gmail.com
Wed Jan 29 13:10:28 EST 2014


On 29 January 2014 09:42, Toby Burnett <tburnett at myuw.net> wrote:

> -> 2644         if (not raw_cell) or raw_cell.isspace():


raw_cell needs to be a string of code, not a NotebookNode object. But as
Nathan points out, runipy probably does what you want.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140129/aac32f1e/attachment.html>


More information about the IPython-dev mailing list