Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
terminal client to the IPython kernel
Bases: IPython.terminal.interactiveshell.TerminalInteractiveShell
A subclass of TerminalInteractiveShell that uses the 0MQ kernel
Method to process subscribe channel’s messages
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 the given msg_id
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), programatically (such as in test suites) or out-of-prcess (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