[IPython-dev] Parallel IPython: Spawn Tasks from Tasks, direct scheduling

MinRK benjaminrk at gmail.com
Thu Oct 17 15:06:03 EDT 2013


There are two ways to do this:

   1. use parallel.Reference for the task function and/or any arguments
   2. use lambdas and rely on globals to fetch names from the interactive
   namespace

A notebook illustrating both approaches<http://nbviewer.ipython.org/7030408>

-MinRK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20131017/583ea871/attachment.html>


More information about the IPython-dev mailing list