About 4,900 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

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

  3. Introducing IPython — IPython 3.2.1 documentation

    Introducing IPython. The four most helpful commands; Tab completion; Exploring your objects; Magic functions. Running and Editing; Debugging; History; System shell commands. Define …

  4. Introduction — IPython 3.2.1 documentation

    IPython has many features for tab-completion, object introspection, system shell access, command history retrieval across sessions, and its own special command system for adding …

  5. Documentation — IPython

    Many pieces which were previously part of IPython were split out in version 4, and now have their own documentation. Jupyter includes: The Jupyter notebook and notebook file format. The …

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

  7. Quickstart — IPython 3.2.1 documentation

    This document describes in detail the steps required to install IPython, and its various optional dependencies. For a few quick ways to get started with package managers or full Python …

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

  9. IPython reference — IPython 3.2.1 documentation

    To start IPython with matplotlib support, use the --matplotlib switch. If IPython is already running, you can run the %matplotlib magic. If no arguments are given, IPython will automatically …

  10. Installation — IPython 3.2.1 documentation

    Installing IPython itself. Installation using pip; Installation from source; Installing the development version; Basic optional dependencies. readline; nose; Dependencies for IPython.parallel …