Last active
January 19, 2019 19:52
-
-
Save MrAmbiG/07259414bf446e63e851a17df72e118a to your computer and use it in GitHub Desktop.
Embed video into jupyter notebooks
This file contains 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
address='https://www.youtube.com/embed/e2qQ_T6njhs' | |
from IPython.display import IFrame | |
IFrame(address, width="1280", height="720") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment