Skip to content

Commit

Permalink
remove video files and link to youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis committed Nov 12, 2024
1 parent cc428d5 commit fe79215
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
Binary file removed multichannel_timeseries/assets/large_multichan.mp4
Binary file not shown.
Binary file removed multichannel_timeseries/assets/multichan_clip.mp4
Binary file not shown.
Binary file not shown.
6 changes: 2 additions & 4 deletions multichannel_timeseries/large_multichan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@
"from IPython.display import HTML\n",
"HTML(\"\"\"\n",
"<div style=\"display: flex; justify-content: center; padding: 10px;\">\n",
" <video width=\"100%\" controls>\n",
" <source src=\"./assets/large_multichan.mp4\" type=\"video/mp4\">\n",
" </video>\n",
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bJf58B7SRA0?si=XLZ3unzoQXPWGzUA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n",
"</div>\n",
"\"\"\")"
"\"\"\")\n"
]
},
{
Expand Down
14 changes: 10 additions & 4 deletions multichannel_timeseries/multichan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,19 @@
"from IPython.display import HTML\n",
"HTML(\"\"\"\n",
"<div style=\"display: flex; justify-content: center; padding: 10px;\">\n",
" <video width=\"100%\" controls>\n",
" <source src=\"./assets/multichan_clip.mp4\" type=\"video/mp4\">\n",
" </video>\n",
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/8oeuPptWPt8?si=yh-4iJYDfYpJZ7MQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n",
"</div>\n",
"\"\"\")"
"\"\"\")\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
4 changes: 1 addition & 3 deletions multichannel_timeseries/streaming.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@
"from IPython.display import HTML\n",
"HTML(\"\"\"\n",
"<div style=\"display: flex; justify-content: center; padding: 10px;\">\n",
" <video width=\"100%\" controls>\n",
" <source src=\"./assets/streaming_standalone_clip.mp4\" type=\"video/mp4\">\n",
" </video>\n",
" <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fXpHg9YvvR0?si=JSeEyvCz0IBdas4N\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n",
"</div>\n",
"\"\"\")"
]
Expand Down

0 comments on commit fe79215

Please sign in to comment.