#!/usr/bin/env python # coding: utf-8 # In[1]: import IPython.display # In[2]: IPython.display.YouTubeVideo('6XvmhE1J9PY') # In[3]: IPython.display.YouTubeVideo('6XvmhE1J9PY', width=480, height=270) # In[4]: IPython.display.YouTubeVideo('6XvmhE1J9PY', start=30) # In[5]: IPython.display.VimeoVideo('289502328')