[IPython-dev] [sage-cloud] Re: YouTube video in IPython notebook

MinRK benjaminrk at gmail.com
Tue Jan 28 12:58:46 EST 2014


Seems like it should actually be https all the time. The disadvantage of
'//' is that it won't work in a static html export, where it could point to
file://youtube.com.

-MinRK


On Tue, Jan 28, 2014 at 1:50 AM, Harald Schilly <harald.schilly at gmail.com>wrote:

> On Tue, Jan 28, 2014 at 6:46 AM, William Stein <wstein at gmail.com> wrote:
> >   Instead, what IPython needs to do is output
> >
> > <iframe width="400" height="300;"
> > src="https://www.youtube.com/embed/YyEReiAYGlU" frameborder="0"
> > allowfullscreen=""></iframe>
>
>
> Err sorry, I thought it is obvious. what it should do is what the OP
> posted in the first email!
>
> https://groups.google.com/d/msg/sage-cloud/NotysYVKjrw/CXoQiDk-B1oJ
>
> i.e.
> src="//www.youtube.com/embed/YyEReiAYGlU"
>
> double "//" in the beginning!
>
> Harald
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140128/7808b164/attachment.html>


More information about the IPython-dev mailing list