I read the installation notes here. The installation notes say that for Windows 7 64 I should probably follow this method:
Install from source, but using setuptools (python setupegg.py install).
So I first installed Python 2.7.2 using the official binaries: python-2.7.2.amd64.msi and later downloaded ipython-0.12-py2.7.egg which I understand has the source for IPython.
However, I could not find any file called setupegg.py after decompressing ipython-0.12-py2.7.egg. Is this file part of the .egg file I downloaded or should I get it from somewhere else?
Also, is there anything else I need to install in order to use the new IPython notebook?