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

  2. Installing IPython — 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 …

  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 …

  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 …

  5. Module: display — IPython 3.2.1 documentation

    By default, the inline backend used in the IPython Notebook will close all matplotlib figures automatically after each cell is run. This means that plots in different cells won’t interfere.

  6. autoreload — IPython 3.2.1 documentation

    Reloading Python modules in a reliable way is in general difficult, and unexpected things may occur. %autoreload tries to work around common pitfalls by replacing function code objects …

  7. Introduction — IPython 3.2.1 documentation

    Quickly parallelize Python code from an interactive Python/IPython session. A flexible and dynamic process model that be deployed on anything from multicore workstations to …

  8. Quickstart — IPython 3.2.1 documentation

    For a few quick ways to get started with package managers or full Python distributions, see the install page of the IPython website. IPython is organized into a number of subpackages, each …

  9. Introducing IPython — IPython 3.2.1 documentation

    You don’t need to know anything beyond Python to start using IPython – just type commands as you would at the standard Python prompt. But IPython can do much more than the standard …

  10. IPython reference — IPython 3.2.1 documentation

    As such, any code which is valid python should execute normally under IPython (cases where this is not true should be reported as bugs). It does, however, offer many features which are not …