Skip to content

Trash: Cookbook User config file

Brian Granger edited this page Feb 13, 2013 · 1 revision

IPython configuration documentation

IPython 0.11 loads user configuration from profiles. To start configuring IPython, create the default profile:

ipython profile create

This will create the file IPYTHON_DIR/profile_default/ipython_config.py, which will have all of the default configuration commented-out. Approximately everything you can configure in IPython will be in that file, so browsing it is really the best place to start learning about configuring IPython.

Older versions of IPython used a different configuration system, with files such as IPYTHON_DIR/ipy_user_conf.py or IPYTHON_DIR/ipythonrc. It would be a great help if users who have done significant configuration of IPython would upload their old configuration files and their equivalent ipython_config.py. Users who would like help migrating to 0.11 can just post the old config and developers can help with the corresponding ipython_config.py.

Clone this wiki locally