Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. from IPython.display importYouTubeVideo
  2. YouTubeVideo("U3iNcBtycaQ")
  3.  
  4. <div style="text-align: center">
  5. <iframe width="420" height="315" src=http://www.youtube.com/embed/U3iNcBtycaQ frameborder="4"></iframe>
  6. </div>
  7.  
  8. from IPython.display import YouTubeVideo
  9. YouTubeVideo('U3iNcBtycaQ', width=1024, height=576)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement