[IPython-dev] Screen-like use-case implementation questions
Thomas Kluyver
takowl at gmail.com
Tue Apr 19 05:33:23 EDT 2011
On 19 April 2011 08:49, Erik Tollerud <erik.tollerud at gmail.com> wrote:
> as I understand the TerminalInteractiveShell code,
> it seems to be implemented separately from the ZMQInteractiveShell.
> This says to me that there is no easy way to connect the existing
> terminal shell to a ZMQ kernel - is that the case? Or is there some
> way I'm not understanding to connect to a ZMQ shell directly from the
> TerminalInteractiveShell?
>
You're right, the TerminalInteractiveShell is separate, and it runs in a
single process, without any communication layer. I believe Omar was working
on a prototype of a two-process terminal client communicating over ZMQ.
Omar, any word on what sort of shape that's in?
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110419/bbc6bd84/attachment.html>
More information about the IPython-dev
mailing list