Skip to content

Commit 364eaa4

Browse files
committed
Add YouTube videos to tutorials
Signed-off-by: Gigon Bae <gbae@nvidia.com>
1 parent caf5928 commit 364eaa4

File tree

3 files changed

+45
-9
lines changed

3 files changed

+45
-9
lines changed

docs/source/getting_started/tutorials/01_simple_app.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,18 @@ jupyter-lab
1919
../../notebooks/tutorials/01_simple_app.ipynb
2020
```
2121

22+
<!-- It is not centered with {link-button} ...
2223
```{link-button} ../../_static/notebooks/tutorials/01_simple_app.ipynb
2324
:text: Download 01_simple_app.ipynb
2425
:classes: btn-outline-primary col-md-6
26+
``` -->
27+
28+
```{raw} html
29+
<p style="text-align: center;">
30+
<a class="sphinx-bs btn text-wrap btn-outline-primary col-md-6 reference external" href="../../_static/notebooks/tutorials/01_simple_app.ipynb">
31+
<span>Download 01_simple_app.ipynb</span>
32+
</a>
33+
</p>
2534
```
2635

2736
## Executing from Shell

docs/source/getting_started/tutorials/02_mednist_app.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ jupyter-lab
1919
../../notebooks/tutorials/02_mednist_app.ipynb
2020
```
2121

22-
```{link-button} ../../_static/notebooks/tutorials/02_mednist_app.ipynb
23-
:text: Download 02_mednist_app.ipynb
24-
:classes: btn-outline-primary col-md-6
22+
```{raw} html
23+
<p style="text-align: center;">
24+
<a class="sphinx-bs btn text-wrap btn-outline-primary col-md-6 reference external" href="../../_static/notebooks/tutorials/02_mednist_app.ipynb">
25+
<span>Download 02_mednist_app.ipynb</span>
26+
</a>
27+
</p>
2528
```
2629

2730
## Executing from Jupyter Notebook (Using a Prebuilt Model)
@@ -32,9 +35,18 @@ jupyter-lab
3235
../../notebooks/tutorials/02_mednist_app-prebuilt.ipynb
3336
```
3437

35-
```{link-button} ../../_static/notebooks/tutorials/02_mednist_app-prebuilt.ipynb
36-
:text: Download 02_mednist_app-prebuilt.ipynb
37-
:classes: btn-outline-primary btn-block col-md-6
38+
```{raw} html
39+
<div style="text-align: center;">
40+
<iframe width="560" height="315" src="https://www.youtube.com/embed/WwjilJFHuU4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
41+
</div>
42+
```
43+
44+
```{raw} html
45+
<p style="text-align: center;">
46+
<a class="sphinx-bs btn text-wrap btn-outline-primary col-md-6 reference external" href="../../_static/notebooks/tutorials/02_mednist_app-prebuilt.ipynb">
47+
<span>Download 02_mednist_app-prebuilt.ipynb</span>
48+
</a>
49+
</p>
3850
```
3951

4052
## Executing from Shell

docs/source/getting_started/tutorials/03_segmentation_app.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,24 @@ jupyter-lab
1919
../../notebooks/tutorials/03_segmentation_app.ipynb
2020
```
2121

22-
```{link-button} ../../_static/notebooks/tutorials/03_segmentation_app.ipynb
23-
:text: Download 03_segmentation_app.ipynb
24-
:classes: btn-outline-primary col-md-6
22+
```{raw} html
23+
<div style="text-align: center;">
24+
<iframe width="560" height="315" src="https://www.youtube.com/embed/cqDVxzYt9lY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
25+
</div>
26+
```
27+
28+
```{raw} html
29+
<div style="text-align: center;">
30+
<iframe width="560" height="315" src="https://www.youtube.com/embed/nivgfD4pwWE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
31+
</div>
32+
```
33+
34+
```{raw} html
35+
<p style="text-align: center;">
36+
<a class="sphinx-bs btn text-wrap btn-outline-primary col-md-6 reference external" href="../../_static/notebooks/tutorials/03_segmentation_app.ipynb">
37+
<span>Download 03_segmentation_app.ipynb</span>
38+
</a>
39+
</p>
2540
```
2641

2742
## Executing from Shell

0 commit comments

Comments
 (0)