{ "info": { "author": "Lev Givon", "author_email": "lev@columbia.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development" ], "description": "Package Description\r\n-------------------\r\nIDisplay is an IPython extension that provides magic functions\r\nfor accessing IPython's rich display system in the Notebook.\r\n\r\n.. image:: https://img.shields.io/pypi/v/idisplay.svg\r\n :target: https://pypi.python.org/pypi/idisplay\r\n :alt: Latest Version\r\n.. image:: https://img.shields.io/pypi/dm/idisplay.svg\r\n :target: https://pypi.python.org/pypi/idisplay\r\n :alt: Downloads\r\n\r\nInstallation\r\n------------\r\nThe package may be installed as follows: ::\r\n\r\n pip install idisplay\r\n\r\nAfter installation, the extension may be loaded within an IPython session\r\nwith ::\r\n\r\n %load_ext idisplay\r\n\r\nUsage Examples\r\n--------------\r\nDisplay an image: ::\r\n\r\n %display -i myimage.png\r\n\r\nDisplay a LaTeX math expression: ::\r\n\r\n %display -m '\\Delta x + y^3'\r\n\r\nRender some HTML: ::\r\n\r\n %display -y -h \"\"\"\r\n