Skip to content

Commit e897004

Browse files
committed
Process tutorial notebooks
1 parent 150f0ba commit e897004

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tutorials/instructor/intro.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
" return tab_contents\n",
9797
"\n",
9898
"\n",
99-
"video_ids = [('Youtube', 'cV2q-vpdKUA'), ('Bilibili', 'BV1Zg4y1A7tJ')]\n",
99+
"video_ids = [('Youtube', 'FwjyhCLeqx0'), ('Bilibili', 'BV1QE421P7EJ')]\n",
100100
"tab_contents = display_videos(video_ids, W=854, H=480)\n",
101101
"tabs = widgets.Tab()\n",
102102
"tabs.children = tab_contents\n",
@@ -207,7 +207,7 @@
207207
"name": "python",
208208
"nbconvert_exporter": "python",
209209
"pygments_lexer": "ipython3",
210-
"version": "3.9.17"
210+
"version": "3.9.19"
211211
}
212212
},
213213
"nbformat": 4,

tutorials/intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"name": "python",
208208
"nbconvert_exporter": "python",
209209
"pygments_lexer": "ipython3",
210-
"version": "3.9.17"
210+
"version": "3.9.19"
211211
}
212212
},
213213
"nbformat": 4,

tutorials/student/intro.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
" return tab_contents\n",
9797
"\n",
9898
"\n",
99-
"video_ids = [('Youtube', 'cV2q-vpdKUA'), ('Bilibili', 'BV1Zg4y1A7tJ')]\n",
99+
"video_ids = [('Youtube', 'FwjyhCLeqx0'), ('Bilibili', 'BV1QE421P7EJ')]\n",
100100
"tab_contents = display_videos(video_ids, W=854, H=480)\n",
101101
"tabs = widgets.Tab()\n",
102102
"tabs.children = tab_contents\n",
@@ -207,7 +207,7 @@
207207
"name": "python",
208208
"nbconvert_exporter": "python",
209209
"pygments_lexer": "ipython3",
210-
"version": "3.9.17"
210+
"version": "3.9.19"
211211
}
212212
},
213213
"nbformat": 4,

0 commit comments

Comments
 (0)