idisplay

IPython rich display magic functions


Keywords
IPython, notebook
License
BSD-3-Clause
Install
pip install idisplay==0.1.2

Documentation

IDisplay

Package Description

IDisplay is an IPython extension that provides magic functions for accessing IPython's rich display system in the Notebook.

Latest Version Downloads

Installation

The package may be installed as follows:

pip install idisplay

After installation, the extension may be loaded within an IPython session with

%load_ext idisplay

Usage Examples

Display an image:

%display -i myimage.png

Display a LaTeX math expression:

%display -m '\Delta x + y^3'

Render some HTML:

%display -y -h """
<ul>
<li>This</li>
<li>is</li>
<li>a list.</li>
</ul>
"""

Development

The latest release of the package may be obtained from Github.

Author

See the included AUTHORS.rst file for more information.

License

This software is licensed under the BSD License. See the included LICENSE.rst file for more information.