Embed Video in Markdown cell or pre-run code cells on launch

4,213 views
Skip to first unread message

Jared Dean

unread,
Dec 18, 2015, 12:07:25 PM12/18/15
to Project Jupyter
I'm developing a set of Notebooks for a class and I need to include a set of instructional videos (not on YouTube) for the students to watch then complete the programming exercises.

I would ideally like to put them in a Markdown cell but my experimentation and google searches haven't turned up anything.
If I use this code then I can get a static image but the play controls don't work.
<video width="640" height="480" controls>
</video>

I could load the video using the HTML magic but the cell has to be executed before it can show up and I'm afraid the students will struggle with running it.
%html
<video width="640" height="480" controls>
</video>%


Any help is greatly apprecatied.

Jared Dean
Adjunct Professor MBA School NCSU.


Jared Dean

unread,
Dec 18, 2015, 12:17:20 PM12/18/15
to Project Jupyter
Reply all
Reply to author
Forward
0 new messages