/ihtml

IFrame Magic for Jupyter Notebooks

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ihtml

ihtml is a module for IPython/Jupyter that allows for the display of HTML within an <iframe>. This ensures that the displayed HTML exists in its own DOM, and thus cannot disrupt the notebook itself.

Installation

ihtml can be installed with pip:

pip install git+https://github.com/thedataincubator/ihtml.git@master

Usage

See the README.ipynb notebook for usage examples. Note that the iframe output is not rendered correctly on Github; view it on your own notebook server to see it in action.

License

ihtml is copyright 2016 The Data Incubator, released under the BSD 3-Clause license. See the LICENSE file for details. The source is available at https://github.com/thedataincubator/ihtml.