Starting out with the terminal

Typing ipython into your command line should present you with a window that resembles this:

Starting out with the terminal

This is the (somewhat underwhelming) IPython command line. Do not be deceived by its plain looks.

The primary language used with IPython is, not surprisingly, Python. As a convenience, the help command provides access to Python's help documents. The help(<object>) will display the help page for <object> (for example, help(string)), while help( ) will open up an interactive help prompt.

For help with IPython itself, use the ? command. It displays a lot of text outlining functionality available through the terminal.

In addition, either ...

Get Mastering IPython 4.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.