Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: terminal.console.app

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:

  • Min RK
  • Paul Ivanov

1 Class

class IPython.terminal.console.app.ZMQTerminalIPythonApp(**kwargs)

Bases: IPython.terminal.ipapp.TerminalIPythonApp, IPython.consoleapp.IPythonConsoleApp

name = 'ipython-console'

Start a terminal frontend to the IPython zmq kernel.