Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created September 20, 2017 06:32
Show Gist options
  • Select an option

  • Save infinite-Joy/93805bc52ddbcc03bfa5a907d427c9aa to your computer and use it in GitHub Desktop.

Select an option

Save infinite-Joy/93805bc52ddbcc03bfa5a907d427c9aa to your computer and use it in GitHub Desktop.
# 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