Skip to content

Commit

Permalink
Merge pull request #1104 from NeuromatchAcademy/update-intro
Browse files Browse the repository at this point in the history
update intro orientation vids
  • Loading branch information
iamzoltan authored Jun 13, 2024
2 parents b7820ee + e897004 commit 32a1453
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
python ci/verify_exercises.py $nbs --c "$COMMIT_MESSAGE"
python ci/make_pr_comment.py $nbs --branch $branch --o comment.txt
- name: Add PR comment
if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
uses: machine-learning-apps/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: comment.txt
# - name: Add PR comment
# if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
# uses: machine-learning-apps/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# path: comment.txt

- name: Update READMEs
if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
Expand Down
4 changes: 2 additions & 2 deletions tutorials/instructor/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
" return tab_contents\n",
"\n",
"\n",
"video_ids = [('Youtube', 'cV2q-vpdKUA'), ('Bilibili', 'BV1Zg4y1A7tJ')]\n",
"video_ids = [('Youtube', 'FwjyhCLeqx0'), ('Bilibili', 'BV1QE421P7EJ')]\n",
"tab_contents = display_videos(video_ids, W=854, H=480)\n",
"tabs = widgets.Tab()\n",
"tabs.children = tab_contents\n",
Expand Down Expand Up @@ -207,7 +207,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.17"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions tutorials/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
" return tab_contents\n",
"\n",
"\n",
"video_ids = [('Youtube', 'cV2q-vpdKUA'), ('Bilibili', 'BV1Zg4y1A7tJ')]\n",
"video_ids = [('Youtube', 'FwjyhCLeqx0'), ('Bilibili', 'BV1QE421P7EJ')]\n",
"tab_contents = display_videos(video_ids, W=854, H=480)\n",
"tabs = widgets.Tab()\n",
"tabs.children = tab_contents\n",
Expand Down Expand Up @@ -207,7 +207,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.17"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions tutorials/student/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
" return tab_contents\n",
"\n",
"\n",
"video_ids = [('Youtube', 'cV2q-vpdKUA'), ('Bilibili', 'BV1Zg4y1A7tJ')]\n",
"video_ids = [('Youtube', 'FwjyhCLeqx0'), ('Bilibili', 'BV1QE421P7EJ')]\n",
"tab_contents = display_videos(video_ids, W=854, H=480)\n",
"tabs = widgets.Tab()\n",
"tabs.children = tab_contents\n",
Expand Down Expand Up @@ -207,7 +207,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.17"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 32a1453

Please sign in to comment.