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.