Skip to content

Commit cd76a2d

Browse files
author
Konstantin Taletskiy
authored
Embed youtube videos (#101)
* add show&tell youtube video * add timestamp * add youtube videos with timestamps * fix video timestamps
1 parent 4ef3e62 commit cd76a2d

6 files changed

Lines changed: 32 additions & 0 deletions

File tree

04-materials/01-exploring-extensions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
{term}`status bar <status bar>`, {term}`side panel <side panel>`
1313
:::
1414

15+
:::{iframe} https://www.youtube-nocookie.com/embed/z-KZ6CjZjbM?si=lRK_yy_1Ur0rwb49
16+
:width: 100%
17+
Section recording (0:00 - 20:22)
18+
:::
1519

1620
## What is JupyterLab?
1721

04-materials/02-anatomy-of-extensions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ This tutorial is inspired by many prior works.
4545
* Structure the activities around in person teaching and exercises
4646
:::
4747

48+
:::{iframe} https://www.youtube-nocookie.com/embed/z-KZ6CjZjbM?si=m4wksxjc8xQAioGC&amp;start=1222
49+
:width: 100%
50+
Section recording part 1 (20:22 - 47:19)
51+
:::
52+
53+
:::{iframe} https://www.youtube-nocookie.com/embed/yeHgxesp4NU?si=A4souhaX4_nJokhP
54+
:width: 100%
55+
Section recording part 2
56+
:::
57+
4858
(anatomy-setup)=
4959
## 🛠️ Setup
5060

04-materials/03-debugging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
By the end of this module, we'll have looked into JupyterLab extension development errors in both the terminal and browser console, and used the browser console functionalities to gather information that will help us resolve our errors.
55
:::
66

7+
:::{iframe} https://www.youtube-nocookie.com/embed/N_bKiUOwkp4?si=6o-1sT6LmNAgE9qE&amp;start=2840
8+
:width: 100%
9+
Section recording (47:20 - 1:07:34)
10+
:::
711

812
:::{tip} Terms
913
{term}`source maps <Source maps>`, {term}`print debugging <Print debugging>`,

04-materials/04-show-and-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* Discover advanced applications for JupyterLab extensions
55
:::
66

7+
:::{iframe} https://www.youtube-nocookie.com/embed/N_bKiUOwkp4?si=UunVoRovlNH1UtJU&amp;start=1362
8+
:width: 100%
9+
Section recording (22:45 - 47:19, continued 1:07:34 - 1:15:04)
10+
:::
11+
712

813
## 🌏 [JupyterGIS](https://jupytergis.readthedocs.io/)
914

04-materials/05-developing-with-ai.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ This module's teaching approach is inspired by:
2222
by TalkPython Training
2323
:::
2424

25+
:::{iframe} https://www.youtube-nocookie.com/embed/_XX-s10tXv4?si=AwOcGQCfnIwFLvq0
26+
:width: 100%
27+
Section recording (0:00 - 1:08:35)
28+
:::
29+
2530

2631
## 🚀 AI-assisted development in 2025
2732

04-materials/06-working-on-your-own.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ After completing this module, you will have:
77
- Connected with instructors and peers for guidance on your specific project
88
:::
99

10+
:::{iframe} https://www.youtube-nocookie.com/embed/_XX-s10tXv4?si=SA9RWmqhhlf-m5ez&amp;start=4115
11+
:width: 100%
12+
Section recording (1:08:35 - 1:18:21)
13+
:::
1014

1115
:::{note}
1216
We will be using the [official template](https://github.com/jupyterlab/extension-template) as the starting point to creating your own extension.

0 commit comments

Comments
 (0)