Created
September 20, 2017 06:32
-
-
Save infinite-Joy/93805bc52ddbcc03bfa5a907d427c9aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Display the Dive visualization for this data | |
| from IPython.core.display import display, HTML | |
| with open('html_file.html') as f: | |
| HTML_TEMPLATE = f.read() | |
| html = HTML_TEMPLATE | |
| display(HTML(html)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment