[IPython-User] Specifying prompt for qtconsole at command line
Thomas Kluyver
takowl@gmail....
Sat Aug 6 07:24:20 CDT 2011
On 6 August 2011 02:50, Brian Granger <ellisonbg@gmail.com> wrote:
> That data can and should be sent in the
> execute reply and the message spec already has the needed capabilities
> for that.
>
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:
__import__("os").getcwdu()
Which can access other modules, but seems a bit untidy.
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20110806/3db67b25/attachment.html
More information about the IPython-User
mailing list