Created
July 6, 2021 07:48
-
-
Save janbenetka/11ebc02c59b23db208161af26b8f04ea to your computer and use it in GitHub Desktop.
[iFrame in Jupyter] #iframe #display
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
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