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 details)
Built Distribution
File details
Details for the file idisplay-0.1.2.tar.gz
.
File metadata
- Download URL: idisplay-0.1.2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2085c850094bd975e5420bdef98bfdef483e4b67dbd3d609600a88efd7495046 |
|
MD5 | 981dca5d6887321d2acaec5fc2502eff |
|
BLAKE2b-256 | d3fe38acbdb022603fe98b066c5aaec353343a32c2a669100daa6542d3171f5e |
File details
Details for the file idisplay-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: idisplay-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55a310c0e754ddc67bb09b5c751fc663a85f44c69aee8d196064f5e4750b9543 |
|
MD5 | 1076e666ebcdd13809ff9f4ce3c0e66b |
|
BLAKE2b-256 | af761fb57f5ee106b89b53faea2fc5d98cff1a2d1d1d8b4c882683ebc9364006 |