Fixed typo in install instructions.

This commit is contained in:
Donne Martin 2015-07-10 09:03:43 -04:00
parent 3f9e49c028
commit 27c4a4f97c

View File

@ -348,7 +348,7 @@ If you already have Python installed and are familiar with installing packages,
pip install "ipython[notebook]" pip install "ipython[notebook]"
``` ```
If you run into an issue about pyzmq, refer to the followwing [Stack Overflow post](http://stackoverflow.com/questions/24995438/pyzmq-missing-when-running-ipython-notebook) and run: If you run into an issue about pyzmq, refer to the following [Stack Overflow post](http://stackoverflow.com/questions/24995438/pyzmq-missing-when-running-ipython-notebook) and run:
``` ```
pip uninstall ipython pip uninstall ipython