commands.sh

ipython

all

A Python shell with automatic history, dynamic object introspection, easier configuration, command completion, access to the system shell and more.

More info →

Examples (5)

Start a REPL (interactive shell)

Enter an interactive IPython session after running a Python script

ipython -i script.py

Create default IPython profile

ipython profile create

Print the path to the directory for the default IPython profile

ipython locate profile

Clear the IPython history database, deleting all entries

made by @shridhargupta | data from tldr-pages