About 3,990 results
Open links in new tab
  1. 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.

  2. Installing IPython

    Installing IPython ¶ There are multiple ways of installing IPython. This page contains simplified installation instructions that should work for most users. Our official documentation contains more …

  3. The Jupyter Notebook — IPython

    The IPython Notebook is now known as the Jupyter Notebook. It is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media.

  4. Documentation — IPython

    Documentation ¶ IPython documentation is now hosted on the Read the Docs service. Other pieces ¶ Many pieces which were previously part of IPython were split out in version 4, and now have their …

  5. 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 sessions, and its own …

  6. 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 sophisticated …

  7. Quickstart — IPython 3.2.1 documentation

    This will download and install IPython and its main optional dependencies for the notebook, qtconsole, tests, and other functionality. Some dependencies (Qt, PyQt for the QtConsole, pandoc for …

  8. Project — IPython

    IPython is BSD-licensed, open-source software that is developed as a set of Subprojects under the ipython Github organization. These Subprojects are all part of the larger Project Jupyter umbrella.

  9. How IPython works — IPython 3.2.1 documentation

    This design was intended to allow easy development of different frontends based on the same kernel, but it also made it possible to support new languages in the same frontends, by developing kernels in …

  10. 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).