[IPython-dev] pycharm now supports ipython 0.11

Thomas Kluyver takowl at gmail.com
Sat Dec 24 12:47:04 EST 2011


On 24 December 2011 17:13, Satrajit Ghosh <satra at mit.edu> wrote:

> sorry 0.11 didn't have the two process mode anyway!


It did, that's how the Qt console works. One easy way to check what it's
using:

import sys
sys.stdout

If the repr() of stdout looks like "<open file '<stdout>', mode 'w' at
0xb787a078>", it's just running in a terminal. If it mentions an OutStream
object (IIRC), it's ZMQ based.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20111224/62a73865/attachment.html>


More information about the IPython-dev mailing list