Skip to content

Instantly share code, notes, and snippets.

@MrAmbiG
Last active January 19, 2019 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrAmbiG/07259414bf446e63e851a17df72e118a to your computer and use it in GitHub Desktop.
Save MrAmbiG/07259414bf446e63e851a17df72e118a to your computer and use it in GitHub Desktop.
Embed video into jupyter notebooks
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