terminal client to the IPython kernel
Bases: IPython.terminal.interactiveshell.TerminalInteractiveShell
A subclass of TerminalInteractiveShell that uses the 0MQ kernel
A trait whose value must be an instance of a specified class.
The value can also be an instance of a subclass of the specified class.
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
An enum that whose value must be in a given sequence.
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.
A float trait.
A trait whose value must be an instance of a specified class.
The value can also be an instance of a subclass of the specified class.
An instance of a Python list.
Run a complete IPython cell.
Parameters : | cell : str
store_history : bool
|
---|
A trait for unicode strings.
An instance of a Python list.
An instance of a Python list.
method to wait for a kernel to be ready