Skip to content

Commit

Permalink
Merge pull request #53 from UtrechtUniversity/setup-jelle
Browse files Browse the repository at this point in the history
Update setup instructions
  • Loading branch information
jelletreep authored Jul 10, 2023
2 parents 1b14ccb + c7f68c3 commit 7fc68f8
Show file tree
Hide file tree
Showing 17 changed files with 98 additions and 76 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/update-course-materials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches: main
paths:
- 'course_materials/**'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Zip Course materials
run: zip -r course_materials.zip course_materials
10 changes: 6 additions & 4 deletions book/Introduction_to_python_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,15 @@
"id": "ec11a5e9",
"metadata": {},
"source": [
"## Exercises\n",
"\n",
"<div class=\"alert alert-block alert-success\">\n",
"<b>Exercises</b>\n",
" \n",
"Now go to the Jupyter Dashboard in your internet browser and navigate to the course materials and open the notebook `morning_exercises.ipynb`\n",
"\n",
"If Jupyter Dashboard is not there, check [Installation & Setup](installation-and-setup.qmd) for instructions to start the Jupyter Dashboard.\n",
"\n",
"Do Exercise 0 and after that come back to this document to continue with the following chapter [Operators and Built-in Functions](Introduction_to_python_2.ipynb)"
"Do Exercise 0 and after that come back to this document to continue with the following chapter [Operators and Built-in Functions](Introduction_to_python_2.ipynb)\n",
"</div>"
]
}
],
Expand All @@ -277,7 +279,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
10 changes: 6 additions & 4 deletions book/Introduction_to_python_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,13 @@
"id": "a7e9935c",
"metadata": {},
"source": [
"## Exercises\n",
"\n",
"<div class=\"alert alert-block alert-success\">\n",
"<b>Exercises</b>\n",
" \n",
"Now go back to your browser to morning_exercises.ipynb and continue with exercises 1-3.\n",
"\n",
"When you finished the exercises, continue to chapter [Data types, if-statements and for loops](Introduction_to_python_3.ipynb)"
"When you finished the exercises, continue to chapter [Data types, if-statements and for loops](Introduction_to_python_3.ipynb)\n",
"</div>"
]
}
],
Expand All @@ -395,7 +397,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
10 changes: 6 additions & 4 deletions book/Introduction_to_python_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -711,11 +711,13 @@
"id": "1cd24a8f",
"metadata": {},
"source": [
"## Exercises\n",
"\n",
"<div class=\"alert alert-block alert-success\">\n",
"<b>Exercises</b>\n",
" \n",
"Now go back to your browser to morning_exercises.ipynb and continue with exercises 4-7.\n",
"\n",
"When you finished the exercises, continue to chapter [Write your own Python function](Introduction_to_python_4.ipynb)"
"When you finished the exercises, continue to chapter [Write your own Python function](Introduction_to_python_4.ipynb)\n",
"</div>"
]
}
],
Expand All @@ -735,7 +737,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
10 changes: 6 additions & 4 deletions book/Introduction_to_python_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,13 @@
"id": "784a6b3a",
"metadata": {},
"source": [
"## Exercises\n",
"\n",
"<div class=\"alert alert-block alert-success\">\n",
"<b>Exercises</b>\n",
" \n",
"Now go back to your browser to morning_exercises.ipynb and continue with exercises 8 and 9.\n",
"\n",
"When you finished the exercises, continue to the [afternoon session](data-science-with-pandas-1.ipynb)"
"When you finished the exercises, continue to the [afternoon session](data-science-with-pandas-1.ipynb)\n",
"</div>"
]
}
],
Expand All @@ -165,7 +167,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
11 changes: 0 additions & 11 deletions book/_freeze/Introduction_to_python_1/execute-results/html.json

This file was deleted.

11 changes: 0 additions & 11 deletions book/_freeze/Introduction_to_python_2/execute-results/html.json

This file was deleted.

11 changes: 0 additions & 11 deletions book/_freeze/Introduction_to_python_3/execute-results/html.json

This file was deleted.

Loading

0 comments on commit 7fc68f8

Please sign in to comment.