Skip to content

Commit 32a1453

Browse files
authored
Merge pull request #1104 from NeuromatchAcademy/update-intro
update intro orientation vids
2 parents b7820ee + e897004 commit 32a1453

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/notebook-pr.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ jobs:
8888
python ci/verify_exercises.py $nbs --c "$COMMIT_MESSAGE"
8989
python ci/make_pr_comment.py $nbs --branch $branch --o comment.txt
9090
91-
- name: Add PR comment
92-
if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
93-
uses: machine-learning-apps/[email protected]
94-
env:
95-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96-
with:
97-
path: comment.txt
91+
# - name: Add PR comment
92+
# if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
93+
# uses: machine-learning-apps/[email protected]
94+
# env:
95+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96+
# with:
97+
# path: comment.txt
9898

9999
- name: Update READMEs
100100
if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"

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: 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/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)