Warning
This documentation is for an old version of IPython.
You can find docs for newer versions here.
 
Module: kernel.zmq.iostream
Wrappers for forwarding stdout/stderr over zmq
1 Class
- 
class 
IPython.kernel.zmq.iostream.OutStream(session, pub_socket, name, pipe=True) 
Bases: object
A file like object that publishes the stream to a 0MQ PUB socket.
- 
__init__(session, pub_socket, name, pipe=True) 
- 
flush() 
trigger actual zmq send