
Home | IPython
IPython provides a rich architecture for interactive computing with a powerful shell, Jupyter kernel support, and flexible tools for parallel and distributed computing.
Introducing IPython — IPython 3.2.1 documentation
IPython stores both the commands you enter, and the results it produces. You can easily go through previous commands with the up- and down-arrow keys, or access your history in more …
Introduction — IPython 3.2.1 documentation
Provide an interactive shell superior to Python’s default. IPython has many features for tab-completion, object introspection, system shell access, command history retrieval across …
Installation Guide - IPython
You can also view IPython on PyPI to see version history, download statistics, and more. After installation, start IPython by running:
Quickstart — IPython 3.2.1 documentation
IPython is organized into a number of subpackages, each of which has its own dependencies. All of the subpackages come with IPython, so you don’t need to download and install them …
Presentations on IPython
The whitepaper shows how to get started with IPython and Windows HPC Server 2008 as well two examples of using IPython to perform an interactive parallel computation.
Jupyter and the future of IPython — IPython
Jul 26, 2019 · IPython 5.0: The release of IPython 5.0 brings a major revision of the terminal interface, including syntax highlighting as you type and better multiline editing, thanks to the …
The IPython Notebook — IPython 3.2.1 documentation
The normal workflow in a notebook is, then, quite similar to a standard IPython session, with the difference that you can edit cells in-place multiple times until you obtain the desired results, …
IPython reference — IPython 3.2.1 documentation
To see the options IPython accepts, use ipython --help (and you probably should run the output through a pager such as ipython --help | less for more convenient reading).
Quickstart — IPython 2.4.2-maint documentation
IPython is organized into a number of subpackages, each of which has its own dependencies. All of the subpackages come with IPython, so you don’t need to download and install them …