Writing your own ipy_user_conf.py

~/.ipython/ipy_user_conf.py (or ~/_ipython/ipy_user_conf.py on windows) is the place to put your own IPython preferences.

Here's a rather minimal ~/.ipython/ipy_user_conf.py file:

import ipy_profile_sh
import jobctrl

This

Cookbook/UserConfigFile (last edited 2007-08-12 03:13:46 by inet-nc01-o)