Every time I launch IPython Notebook, the first command I run is
%matplotlib inline
Is there some way to change my config file so that when
I think what you want might be to run the following from the command line:
ipython notebook --matplotlib=inline
If you don't like typing it at the cmd line every time then you could create an alias to do it for you.