Skip to content

Commit

Permalink
Process tutorial notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 17, 2024
1 parent e5b08b5 commit 8f328c2
Show file tree
Hide file tree
Showing 16 changed files with 10,349 additions and 367 deletions.
63 changes: 56 additions & 7 deletions projects/keynote.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
{
"cell_type": "markdown",
"id": "347f0ae5",
"metadata": {},
"metadata": {
"execution": {}
},
"source": [
"[![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>"
]
Expand Down Expand Up @@ -56,9 +58,25 @@
"execution_count": null,
"id": "9656d38e",
"metadata": {
"cellView": "form"
"cellView": "form",
"execution": {}
},
"outputs": [],
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "fc4d62174a794907b031880e6fb2795c",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Tab(children=(Output(), Output()), selected_index=0, titles=('Youtube', 'Bilibili'))"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"# @markdown\n",
"\n",
Expand Down Expand Up @@ -123,9 +141,40 @@
"execution_count": null,
"id": "3961e4a9",
"metadata": {
"cellView": "form"
"cellView": "form",
"execution": {}
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"If you want to download the slides: https://osf.io/download/3tc2h/\n"
]
},
{
"data": {
"text/html": [
"\n",
" <iframe\n",
" width=\"854\"\n",
" height=\"480\"\n",
" src=\"https://mfr.ca-1.osf.io/render?url=https://osf.io/3tc2h/?direct%26mode=render%26action=download%26mode=render\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" \n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x7f5df4e47520>"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# @title Slides\n",
"# @markdown These are the slides for the videos in all tutorials today\n",
Expand All @@ -140,7 +189,7 @@
"colab": {
"collapsed_sections": [],
"include_colab_link": true,
"name": "W2D1_Intro",
"name": "keynote",
"toc_visible": true
},
"kernel": {
Expand All @@ -163,7 +212,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 8f328c2

Please sign in to comment.