I am new to Python to bear with me.
Over three hours of Googling later, I cannot figure out how to set IPython Notebook to run Python 3 instead of 2.
To set IPython Notebook to run Python 3 instead of 2 on my MAC 10.9, I did the following steps
$ sudo pip3 install ipython[all]
Then
$ ipython3 notebook