Skip to content

Commit

Permalink
Automatic commit by nbgitpuller
Browse files Browse the repository at this point in the history
  • Loading branch information
nbgitpuller committed Apr 24, 2021
1 parent 27c4741 commit 2e18747
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,6 @@
"## Straw Polls"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"* https://www.strawpoll.me/20175488"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -228,7 +217,7 @@
}
},
"source": [
" - when you have completed an exercise, vote Yes on this poll"
" - when you have completed an exercise, raise a hand"
]
},
{
Expand All @@ -239,18 +228,7 @@
}
},
"source": [
"* you can vote again at each exercise"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "notes"
}
},
"source": [
"* you can vote No, if you reckon I've miscounted"
"* we will make sure all hands are down at the start of the exercise"
]
},
{
Expand Down Expand Up @@ -323,7 +301,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.6"
},
"livereveal": {
"theme": "beige",
Expand Down
3 changes: 2 additions & 1 deletion 019-git/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.ipynb_checkpoints
/example.py
/Introduction to git.ipynb
/.gitignore
/.gitignore
/Introduction to git rebasing.ipynb
2 changes: 1 addition & 1 deletion 019-git/test/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def reverse(text):
if __name__ == "__main__":
print(capitalize("testing"))
print(capitalize(['a', 'b', ' ', 'c']))
print(reverse("Testing"))
print(reverse("Testing"))
6 changes: 3 additions & 3 deletions 021-conical/Alchemy - A Sequel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "PythonCourse",
"display_name": "Python 3",
"language": "python",
"name": "pythoncourse"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -368,7 +368,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 2e18747

Please sign in to comment.