Skip to content

Commit ce39e85

Browse files
committed
Process tutorial notebooks
1 parent 034b2eb commit ce39e85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/W2D1_ModelingPractice/instructor/W2D1_Tutorial1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
" return tab_contents\n",
11041104
"\n",
11051105
"\n",
1106-
"video_ids = [('Youtube', '_umEOcDjqMA'), ('Bilibili', 'BV1fh411h7aX')]\n",
1106+
"video_ids = [('Youtube', '_umEOcDjqMA'), ('Bilibili', 'BV1QHjWzVEy9')]\n",
11071107
"tab_contents = display_videos(video_ids, W=854, H=480)\n",
11081108
"tabs = widgets.Tab()\n",
11091109
"tabs.children = tab_contents\n",

tutorials/W2D1_ModelingPractice/student/W2D1_Tutorial1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
" return tab_contents\n",
11041104
"\n",
11051105
"\n",
1106-
"video_ids = [('Youtube', '_umEOcDjqMA'), ('Bilibili', 'BV1fh411h7aX')]\n",
1106+
"video_ids = [('Youtube', '_umEOcDjqMA'), ('Bilibili', 'BV1QHjWzVEy9')]\n",
11071107
"tab_contents = display_videos(video_ids, W=854, H=480)\n",
11081108
"tabs = widgets.Tab()\n",
11091109
"tabs.children = tab_contents\n",

0 commit comments

Comments
 (0)