Skip to content

Commit 967520e

Browse files
committed
Fix typo in NB0.0 and update .gitignore
1 parent 4b5a6a0 commit 967520e

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Norris.dat
1212
download
1313
import-file-test.ipynb
1414
**/Untitled.ipynb
15+
student_feedback
1516

1617
# User-specific stuff
1718
.idea/**/workspace.xml

.idea/jupyter-settings.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notebooks/0.0-Introduction-to-Python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"source": [
4646
"## Resources\n",
47-
"For more information, please consult the SFU Physics Department's Computation Physics Website (https://www.sfu.ca/physics/computation.html) and the Python Tutorial (https://docs.python.org/3/tutorial/)."
47+
"For more information, please consult the SFU Physics Department's [Computation Physics Website](https://www.sfu.ca/physics/computation.html) and the [Python Tutorial](https://docs.python.org/3/tutorial/)."
4848
]
4949
},
5050
{

0 commit comments

Comments
 (0)