Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2016 18:07
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 anonymous/699b482b6854bd6ec733f9913581902c to your computer and use it in GitHub Desktop.
Save anonymous/699b482b6854bd6ec733f9913581902c to your computer and use it in GitHub Desktop.
How to show YouTube Videos in your Ipython notebook
from IPython.display import YouTubeVideo
YouTubeVideo("22W0-VOFLts")
YouTubeVideo("22W0-VOFLts", start=30)
YouTubeVideo("22W0-VOFLts", start=30, width=480, height=270)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment