About 400 results
Open links in new tab
  1. Installing IPython — IPython

    You can manually download IPython from GitHub or PyPI. To install one of these versions, unpack it and run the following from the top-level source directory using the Terminal:

  2. Quickstart — IPython 3.2.1 documentation

    The IPython shell will work without readline, but will lack many features that users depend on, such as tab completion and command line editing. If you install IPython with pip, then the …

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

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

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

  7. ipython.org

    PyZMQ provides wheels for current Python on OS X and Windows, so installing pyzmq will typically not require compilation. IPython.parallel can use SSH tunnels, which require …

  8. Quickstart — IPython 2.4.2-maint documentation

    Given a properly built Python, the basic interactive IPython shell will work with no external dependencies. However, some Python distributions (particularly on Windows and OS X), don’t …

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

  10. Introduction — IPython 3.2.1 documentation

    You can call IPython as a python shell inside your own python programs. This can be used both for debugging code or for providing interactive abilities to your programs with knowledge about …