Skip to content

Commit a0d2544

Browse files
committed
Update download link to latest, remove stray \
1 parent f9e0ded commit a0d2544

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

01-intro.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
"\n",
115115
"You need to download some files to follow this lesson:\n",
116116
"\n",
117-
"1. Download [scicomp-python-1.0.0.zip](https://github.com/dleehr/scicomp-python/archive/v1.0.0.zip) and save it on your Desktop\n",
118-
"2. If it's not unzipped yet, double-click on it to unzip it. You should end up with a new folder called `scicomp-python-1.0.0`.\n",
117+
"1. Download the [latest scicomp-python.zip](https://github.com/dleehr/scicomp-python/releases/latest) and save it on your Desktop\n",
118+
"2. If it's not unzipped yet, double-click on it to unzip it. You should end up with a new folder called `scicomp-python-x.y.z`.\n",
119119
"3. Open a **bash** shell (Git Bash or Terminal)\n",
120120
"4. Type `ipython notebook`\n",
121121
"![bash ipython notebook](fig/bash-ipython-notebook.png)\n",

05-choices.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"the body of the `else` is executed instead.\n",
4949
"Only one or the other is ever executed:\n",
5050
"\n",
51-
"![Executing a Conditional](fig/python-flowchart-conditional.svg)\\\n",
51+
"![Executing a Conditional](fig/python-flowchart-conditional.svg)\n",
5252
"\n",
5353
"Conditional statements don't have to include an `else`.\n",
5454
"If there isn't one,\n",

0 commit comments

Comments
 (0)