<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 17 February 2015 at 14:55, Matthias Bussonnier <span dir="ltr"><<a href="mailto:bussonniermatthias@gmail.com" target="_blank">bussonniermatthias@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I guess if we standardize a spec for traceback, it might make sens to reconsider<br>
displaying tracebacks in the middle of execution. But if you already have argument<br>
for that now, you can expose them.</blockquote></div><br></div><div class="gmail_extra">There is an 'error' message for displaying errors, which is separate from the execution_reply. IIRC, the error message determines what the UI actually sees, and the execution_reply may affect the frontend's behaviour (it considers that execution to have failed). If I'm right, sending an 'error' message for a warning and then sending execute_reply with status OK should work correctly.<br><br></div><div class="gmail_extra">We probably don't need to be sending all the error information twice, but that's another issue.<br><br>Thomas<br></div></div>