Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
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.