About 2,090 results
Open links in new tab
  1. Home | IPython

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

  2. Jupyter and the future of IPython — IPython

    Jul 26, 2019 · IPython provides a rich architecture for interactive computing with: A powerful interactive shell. A kernel for Jupyter. Support for interactive data visualization and use of GUI …

  3. Module: display — IPython 3.2.1 documentation

    18 Classes ¶ class IPython.display.Audio(data=None, filename=None, url=None, embed=None, rate=None, autoplay=False) ¶ Bases: IPython.core.display.DisplayObject Create an audio …

  4. About IPython

    IPython now focuses specifically on interactive Python computing as a Jupyter kernel and terminal interface. Today, IPython is a core component of the Jupyter ecosystem, providing the …

  5. The Jupyter Notebook Format — IPython 3.2.1 documentation

    Introduction ¶ Jupyter (né IPython) notebook files are simple JSON documents, containing text, source code, rich media output, and metadata. each segment of the document is stored in a …

  6. autoreload — IPython 3.2.1 documentation

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

  7. Installation Guide - IPython

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

  8. Built-in magic commands — IPython 3.2.1 documentation

    Line magics ¶ %alias ¶ Define an alias for a system command. ‘%alias alias_name cmd’ defines ‘alias_name’ as an alias for ‘cmd’ Then, typing ‘alias_name params’ will execute the system …

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

  10. The IPython notebook — IPython 3.2.1 documentation

    The IPython notebook ¶ The IPython Notebook Introduction Starting the notebook server Notebook user interface Structure of a notebook document Basic workflow Plotting Configuring …