Skip to content

Commit

Permalink
quick fix in numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mnfienen committed Jan 29, 2024
1 parent 09db32e commit 31567b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SOME_HELPFUL_LINKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
### more general references
* [numpy for matlab users](https://numpy.org/doc/stable/user/numpy-for-matlab-users.html)
* [datetime formats](https://docs.python.org/3/library/datetime.html) (jump to the bottom of the page where it says "Format Codes")
* [Jupyter Lab Getting Started](https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html)
2 changes: 1 addition & 1 deletion notebooks/part0_python_intro/05_numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"metadata": {},
"outputs": [],
"source": [
"a[slice(50, None, 5)]"
"a[slice(5, None, 5)]"
]
},
{
Expand Down

0 comments on commit 31567b5

Please sign in to comment.