Skip to content

Commit d54e348

Browse files
Merge pull request #183 from crowjdh/patch-1
Fix broken link to ipython-tutorial page
2 parents e4460d0 + 96f26bb commit d54e348

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
@@ -62,7 +62,7 @@ After you have the CIFAR-10 data, you should start the IPython notebook server f
6262
`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)
6363

6464
If you are unfamiliar with IPython, you can also refer to our
65-
[IPython tutorial](/ipython-tutorial).
65+
[IPython tutorial](/ipython-tutorial.md).
6666

6767
### Some Notes
6868
**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)