About 50 results
Open links in new tab
  1. Home | IPython

    IPython - Productive Interactive Computing Productive Interactive Computing IPython provides a rich architecture for interactive computing with a powerful shell, Jupyter kernel support, and flexible tools …

  2. Get Started | IPython

    Get Started with IPython Learn the basics of interactive Python computing Starting IPython Once installed, start IPython by typing:

  3. Installation Guide | IPython

    IPython - Productive Interactive Computing Installation Guide Get IPython up and running on your system

  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 functionality when …

  5. Features | IPython

    Smart Tab Completion IPython's intelligent tab completion is powered by Jedi, providing context-aware suggestions for: Object attributes and methods Function parameters and arguments File and …

  6. About IPython

    About IPython The story behind productive interactive computing Project History IPython (Interactive Python) was created by Fernando Pérez in 2001 as a more powerful interactive shell for Python. It …

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

  8. ipython.org

    The IPython notebook is a notebook-style web interface to IPython and can be started with the command ``ipython notebook``. MathJax ------- The IPython notebook uses the MathJax_ Javascript …

  9. Introducing IPython — IPython 3.2.1 documentation

    Introducing IPython ¶ 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 …

  10. IPython as a system shell — IPython 3.2.1 documentation

    IPython as a system shell ¶ Overview ¶ It is possible to adapt IPython for system shell usage. In the past, IPython shipped a special ‘sh’ profile for this purpose, but it had been quarantined since 0.11 …