Skip to content

How to add videos to github notebook #1355

Answered by sr320
drlawson asked this question in Q&A
Discussion options

You must be logged in to vote

Well actually..

if you have it on a server (like gannet, or anywhere you can grab a url) you can use code such as

<html>
<body>

<video width="320" height="240" controls>
  <source src="https://gannet.fish.washington.edu/seashell/snaps/LightningTalks.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video>

</body>
</html>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sr320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants