How to Install ipython in Ubuntu 18.04



Install ipython by entering the following commands in the terminal:

sudo apt update
sudo apt install ipython

Description:

Enhanced interactive Python 2 shell

IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the actual terminal shell for Python 2.

Homepage: https://github.com/ipython/ipython

Version: 5.5.0-1

Section: universe/python