Skip to content

Instantly share code, notes, and snippets.

@janbenetka
Created July 6, 2021 07:48
Show Gist options
  • Save janbenetka/11ebc02c59b23db208161af26b8f04ea to your computer and use it in GitHub Desktop.
Save janbenetka/11ebc02c59b23db208161af26b8f04ea to your computer and use it in GitHub Desktop.
[iFrame in Jupyter] #iframe #display
from IPython.display import IFrame
from IPython.core.display import display
display(IFrame('https://www.capolicylab.org/calexodus-are-people-leaving-california/', '100%', '400px'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment