IPython rich display magic functions
Project description
Package Description
IDisplay is an IPython extension that provides magic functions for accessing IPython’s rich display system in the Notebook.
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.
License
This software is licensed under the BSD License. See the included LICENSE.rst file for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
idisplay-0.1.2.tar.gz
(6.8 kB
view hashes)
Built Distribution
Close
Hashes for idisplay-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55a310c0e754ddc67bb09b5c751fc663a85f44c69aee8d196064f5e4750b9543 |
|
MD5 | 1076e666ebcdd13809ff9f4ce3c0e66b |
|
BLAKE2b-256 | af761fb57f5ee106b89b53faea2fc5d98cff1a2d1d1d8b4c882683ebc9364006 |