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

  2. 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 …

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

  4. Introduction to IPython configuration — IPython 3.2.1 …

    IPython can use multiple profiles, with separate configuration and history. By default, if you don’t specify a profile, IPython always runs in the default profile.

  5. The IPython Notebook — IPython 3.2.1 documentation

    The landing page of the IPython notebook web application, the dashboard, shows the notebooks currently available in the notebook directory (by default, the directory from which the notebook …

  6. Built-in magic commands — IPython 3.2.1 documentation

    IPython will honor the environment variable PAGER if set, and otherwise will do its best to print the file in a convenient form. If the given argument is not an object currently defined, IPython …

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

  8. 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 …

  9. autoreload — IPython 3.2.1 documentation

    IPython extension to reload modules before executing user code. autoreload reloads modules automatically before entering the execution of code typed at the IPython prompt.

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