Skip to content

Commit 8f328c2

Browse files
committed
Process tutorial notebooks
1 parent e5b08b5 commit 8f328c2

16 files changed

Lines changed: 10349 additions & 367 deletions

projects/keynote.ipynb

Lines changed: 56 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
{
44
"cell_type": "markdown",
55
"id": "347f0ae5",
6-
"metadata": {},
6+
"metadata": {
7+
"execution": {}
8+
},
79
"source": [
810
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/climate-course-content/blob/main/tutorials/W2D2_ProjectsDay/W2D2_Intro.ipynb) &nbsp; <a href=\"https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/climate-course-content/main/tutorials/W2D2_ProjectsDay/W2D2_Intro.ipynb\" target=\"_parent\"><img src=\"https://kaggle.com/static/images/open-in-kaggle.svg\" alt=\"Open in Kaggle\"/></a>"
911
]
@@ -56,9 +58,25 @@
5658
"execution_count": null,
5759
"id": "9656d38e",
5860
"metadata": {
59-
"cellView": "form"
61+
"cellView": "form",
62+
"execution": {}
6063
},
61-
"outputs": [],
64+
"outputs": [
65+
{
66+
"data": {
67+
"application/vnd.jupyter.widget-view+json": {
68+
"model_id": "fc4d62174a794907b031880e6fb2795c",
69+
"version_major": 2,
70+
"version_minor": 0
71+
},
72+
"text/plain": [
73+
"Tab(children=(Output(), Output()), selected_index=0, titles=('Youtube', 'Bilibili'))"
74+
]
75+
},
76+
"metadata": {},
77+
"output_type": "display_data"
78+
}
79+
],
6280
"source": [
6381
"# @markdown\n",
6482
"\n",
@@ -123,9 +141,40 @@
123141
"execution_count": null,
124142
"id": "3961e4a9",
125143
"metadata": {
126-
"cellView": "form"
144+
"cellView": "form",
145+
"execution": {}
127146
},
128-
"outputs": [],
147+
"outputs": [
148+
{
149+
"name": "stdout",
150+
"output_type": "stream",
151+
"text": [
152+
"If you want to download the slides: https://osf.io/download/3tc2h/\n"
153+
]
154+
},
155+
{
156+
"data": {
157+
"text/html": [
158+
"\n",
159+
" <iframe\n",
160+
" width=\"854\"\n",
161+
" height=\"480\"\n",
162+
" src=\"https://mfr.ca-1.osf.io/render?url=https://osf.io/3tc2h/?direct%26mode=render%26action=download%26mode=render\"\n",
163+
" frameborder=\"0\"\n",
164+
" allowfullscreen\n",
165+
" \n",
166+
" ></iframe>\n",
167+
" "
168+
],
169+
"text/plain": [
170+
"<IPython.lib.display.IFrame at 0x7f5df4e47520>"
171+
]
172+
},
173+
"execution_count": 2,
174+
"metadata": {},
175+
"output_type": "execute_result"
176+
}
177+
],
129178
"source": [
130179
"# @title Slides\n",
131180
"# @markdown These are the slides for the videos in all tutorials today\n",
@@ -140,7 +189,7 @@
140189
"colab": {
141190
"collapsed_sections": [],
142191
"include_colab_link": true,
143-
"name": "W2D1_Intro",
192+
"name": "keynote",
144193
"toc_visible": true
145194
},
146195
"kernel": {
@@ -163,7 +212,7 @@
163212
"name": "python",
164213
"nbconvert_exporter": "python",
165214
"pygments_lexer": "ipython3",
166-
"version": "3.9.18"
215+
"version": "3.9.19"
167216
}
168217
},
169218
"nbformat": 4,

0 commit comments

Comments
 (0)