This repo is a clone of my local IPython profile which adds a features to IPython such as importing Matplotlib, Numpy and Pandas as well as setting inline plotting by default.
I use this profile with my D3 inspired Matplotlibrc.
To use this IPython profile just use the following bash commands:
cd $(ipython locate)
mv profile_default profile_default.bk
git clone [email protected]:HHammond/ipython-profile.git profile_default