Inheritance diagram for IPython.lib.display:
Various display related classes.
Authors : MinRK
Bases: object
Class for embedding a YouTube Video in an IPython session, based on its video id.
e.g. to embed the video on this page:
http://www.youtube.com/watch?v=foo
you would do:
vid = YouTubeVideo(“foo”) display(vid)