Added note about notebooks being tested with Python 2.7.x

This commit is contained in:
Donne Martin 2015-06-27 06:48:44 -04:00
parent e6aca9adea
commit 176595d51d

View File

@ -128,6 +128,8 @@ $ cd [downloaded repo directory name]
$ ipython notebook
```
Notebook tested with Python 2.7.x.
## Credits
* [Cracking the Coding Interview](http://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) | [GitHub](https://github.com/gaylemcd/ctci)