Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
A minimal application using the ZMQ-based terminal IPython frontend.
This is not a complete console app, as subprocess will not be able to receive input, there is no real readline support, among other limitations.
Authors:
Bases: IPython.terminal.ipapp.TerminalIPythonApp, IPython.consoleapp.IPythonConsoleApp
Start a terminal frontend to the IPython zmq kernel.