Previous topic

A quick tour (original)

Next topic

Features

This Page

ITangoΒΆ

ITango is a PyTango CLI based on IPython. It is designed to be used as an IPython profile.

ITango is available since PyTango 7.1.2

You can start ITango by typing on the command line:

  1. For ipython <= 0.10:

    $ ipython -p tango
  2. For ipython > 0.10:

    $ ipython --profile=tango

and you should get something like this:

../_images/itango00.png