[IPython-dev] load_balanced_view

Fernando Perez fperez.net at gmail.com
Mon Apr 23 00:45:10 EDT 2012


On Sat, Mar 10, 2012 at 4:52 PM, Satrajit Ghosh <satra at mit.edu> wrote:
>
> the culprit was node, so instead of sending it directly, i pickled it and
> sent it. and unpickled it inside the function  after i had done any of the
> configuring that i needed to do.

Why not define another task that does the prep you need, and declare
it as a dependency of this task?  Would that not work?

Best,

f



More information about the IPython-dev mailing list