ipython/python broken after upgrading to OS X Mavericks

OS upgrades from Apple tend to wreck havoc on Python installations, usually resulting in the re-installation of whatever packages you had installed. There is no way to fix it at this point, but going forward you could consider running virtualenv to keep your Python installs and packages separate from the OS.

A little more info can be found here.