Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: 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 """


  • 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.