ipython

A Python shell with automatic history, dynamic object introspection, easier configuration, command completion, access to the system shell and more. More information: <https://ipython.readthedocs.io>.

Debian Debian
RUN apt-get update && \ apt-get install -y ipython
Ubuntu
RUN apt-get update && \ apt-get install -y ipython
Arch Arch Linux
RUN pacman -S --noconfirm ipython
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ipython
Fedora
RUN dnf install -y ipython
Raspbian
RUN apt-get update && \ apt-get install -y ipython
click the source code to copy install ipython on any operating system with command-not-found.com