Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
terminal client to the IPython kernel
Bases: IPython.terminal.interactiveshell.TerminalInteractiveShell
A subclass of TerminalInteractiveShell that uses the 0MQ kernel
Process messages on the IOPub channel
This method consumes and processes messages on the IOPub channel, such as stdout, stderr, pyout and status.
It only displays output that is caused by this session.
Method to capture raw_input
Initialize the completion machinery.
This creates completion machinery that can be used by client code, either interactively in-process (typically triggered by the readline library), programmatically (such as in test suites) or out-of-process (typically over the network by remote frontends).
Closely emulate the interactive Python console.
Run a complete IPython cell.
Parameters: | cell : str
store_history : bool
|
---|
method to wait for a kernel to be ready