How to Install iPython

John John (304)
5 minutes

If you're a Python programmer, you should become familiar with iPython. Use the steps in this guide to learn how to install iPython.

What is iPython?

iPython is a feature-rich interactive shell for Python. It includes features like syntax highlighting, indentation support, tab complete, the ability to define shell startup scripts, and more. If you work with Python frequently, iPython is a great tool to have in your tool belt.

Posted in these interests:
h/code69 guides
h/python67 guides

You can install easily with either pip or easy_install:

pip

pip install ipython

easy_install

easy_install ipython

If you're having trouble, you can visit the more detailed installation guide.

Similar to the default Python shell, iPython can be opened by running the following command in your default Unix or Windows shell:

ipython
John John (304)
5 minutes

In this guide, we're going to use AppleScript and a tool called osascript to display macOS notifications.