[IPython-dev] zmq when using ipython

Thomas Kluyver takowl at gmail.com
Thu Apr 12 10:29:42 EDT 2012


On 12 April 2012 15:22, Jason Grout <jason-sage at creativetrax.com> wrote:
> When I run the plain ipython command (just 'ipython'), are there tcp zmq
> connections opened to localhost ports, or is it using something like
> inproc zmq connections?

Plain 'ipython' doesn't use any ZMQ connections - the terminal
frontend runs in a single process, the old fashioned way. It shouldn't
even import zmq.

Thomas



More information about the IPython-dev mailing list