[IPython-dev] tools for automated testing of ipython notebook

Nathan Goldbaum nathan12343 at gmail.com
Mon Oct 27 12:01:06 EDT 2014


Take a look at runipy: https://github.com/paulgb/runipy

It lets you script notebook evaluation, nicely sidestepping browser
automation.

On Monday, October 27, 2014, Robert Alexander <roalexan at microsoft.com>
wrote:

>  Does anyone have some good pointers to tools for automated testing of
> ipython notebook? I've looked at Selenium, but it won't type into the cells
> of a notebook - maybe because there don't seem to be ids associated with
> these web elements? I've also looked at iMacros, but it doesn't seem to
> support uploading files (I've got python test files I want loaded into the
> notebooks) - plus, can't type into cells.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20141027/57ebca13/attachment.html>


More information about the IPython-dev mailing list