[IPython-dev] Should we silence the 'Parallel execution on engine(s): [0, 1, 2, 3]' messages?

Fernando Perez fperez.net at gmail.com
Mon Jun 11 23:53:44 EDT 2012


or at least provide a way to quiet parallel execution?  I'm adding
support to %%timeit to make it easy to time parallel codes more
intuitively (the async result has great low-level tools for this, but
for quick demos nothing beats slapping %%timeit atop a cell).  But
cells with %px in them will flood the console with the output, as
timeit runs the code many many times.

Thoughts?

f



More information about the IPython-dev mailing list