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>.
RUN apt-get update && \
apt-get install -y ipython
RUN apt-get update && \
apt-get install -y ipython
RUN pacman -S --noconfirm ipython
RUN apt-get update && \
apt-get install -y ipython
RUN dnf install -y ipython
RUN apt-get update && \
apt-get install -y ipython