To get iPython notebooks running under OS X Mountain Lion, the first thing to install is install Chris Fonnesbeck’s excellent Scipy Superpack.
Once that was installed, I also had to install a few dependencies before the notebooks worked:
sudo easy_install ipython[zmq]
sudo easy_install Tornado
sudo easy_install Jinja2