[IPython-dev] wait_interactive()

Ed Rahn edsrahn at gmail.com
Fri Feb 6 04:51:20 EST 2015


Do you have to do anything special to get wait_interactive() to work?

If I have a trace back in my calling function it works, but otherwise 
I've been waiting almost a hour and I see nothing.

Here is the relevant code:

rc = Client()
lview = rc.load_balanced_view()
ma = lview.map_async(get_fields, entries)
ma.wait_interactive()



thanks
Ed



More information about the IPython-dev mailing list