Skip to content

thedataincubator/ihtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

IFrame Magic for Jupyter Notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages