Skip to content

Commit

Permalink
add video
Browse files Browse the repository at this point in the history
  • Loading branch information
skaliy committed Aug 25, 2023
1 parent e3ea7c7 commit c8447a7
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions nbs/10a_tutorial_beginner_video.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"---"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from nbdev.migrate import _convert_video"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -25,10 +34,37 @@
]
},
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"_videos=\"\"\"\n",
"## Videos\n",
"\n",
"> youtube: https://youtu.be/XfoYk_Z5AkI\n",
"\"\"\""
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"## Videos\n",
"\n",
"{{< video https://youtu.be/XfoYk_Z5AkI >}}\n",
"\n"
]
}
],
"source": [
"{{< videohttps://youtu.be/rOdwfF8efDE?si=ePTpCkGWKsPY0uNd width=\"560\" height=\"315\" >}}"
"print(_convert_video(_videos))"
]
}
],
Expand Down

0 comments on commit c8447a7

Please sign in to comment.