<div class="gmail_quote">On 6 August 2011 02:50, Brian Granger <span dir="ltr"><<a href="mailto:ellisonbg@gmail.com">ellisonbg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1ks">That data can and should be sent in the<br>
execute reply and the message spec already has the needed capabilities<br>
for that.</div></blockquote></div><br>I was looking at this recently. It seems it's limited to expressions which can be evaluated inside the user namespace, which doesn't cover all the things we'd want at a prompt. Unless we use expressions like:<br>
<br>__import__("os").getcwdu()<br><br>Which can access other modules, but seems a bit untidy.<br><br>Thomas<br><br>