<div dir="ltr">There is a way to do this, but it's not provided by IPython by default. The reason being that right now, IPython collates output according to which engine it comes from, so it can't provide incremental output. You can stream outputs as they arrive by watching the metadata, you just want to be sure to identify which engine everything is coming from as they arrive.<div><br></div><div>-MinRK</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 18, 2015 at 1:36 PM, David Froger <span dir="ltr"><<a href="mailto:david.froger.ml@mailoo.org" target="_blank">david.froger.ml@mailoo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Nathan,<br>
<br>
Quoting Nathan Goldbaum (2015-06-18 22:01:57)<br>
<span class="">> Do you get output if you add "sys.stdout.flush()" before raising the<br>
> ValueError?<br>
<br>
</span>Thanks for the suggestion. No, I don't get the output with sys.stdout.flush().<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" rel="noreferrer" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br></div>