Skip to content

Commit 96f26bb

Browse files
author
Chris Jeong
authored
Fix broken link to ipython-tutorial page
1 parent a726661 commit 96f26bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/2017/assignment1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ After you have the CIFAR-10 data, you should start the IPython notebook server f
6161
`assignment1` directory, with the `jupyter notebook` command. (See the [Google Cloud Tutorial](http://cs231n.github.io/gce-tutorial/) for any additional steps you may need to do for setting this up, if you are working remotely)
6262

6363
If you are unfamiliar with IPython, you can also refer to our
64-
[IPython tutorial](/ipython-tutorial).
64+
[IPython tutorial](/ipython-tutorial.md).
6565

6666
### Some Notes
6767
**NOTE 1:** This year, the `assignment1` code has been tested to be compatible with python versions `2.7`, `3.5`, `3.6` (it may work with other versions of `3.x`, but we won't be officially supporting them). You will need to make sure that during your `virtualenv` setup that the correct version of `python` is used. You can confirm your python version by (1) activating your virtualenv and (2) running `which python`.

0 commit comments

Comments
 (0)