Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebedov/idisplay
IPython rich display magic functions
https://github.com/lebedov/idisplay
ipython-notebook jupyter-notebook
Last synced: about 1 month ago
JSON representation
IPython rich display magic functions
- Host: GitHub
- URL: https://github.com/lebedov/idisplay
- Owner: lebedov
- License: other
- Created: 2014-10-02T22:57:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T17:19:47.000Z (over 7 years ago)
- Last Synced: 2024-09-29T00:01:43.505Z (about 2 months ago)
- Topics: ipython-notebook, jupyter-notebook
- Language: Python
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
.. -*- rst -*-
IDisplay
========Package Description
-------------------
IDisplay is an IPython extension that provides magic functions
for accessing IPython's rich display system in the Notebook... image:: https://img.shields.io/pypi/v/idisplay.svg
:target: https://pypi.python.org/pypi/idisplay
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/idisplay.svg
:target: https://pypi.python.org/pypi/idisplay
:alt: DownloadsInstallation
------------
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 """
- This
- is
- a list.
"""
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.