Comment 2 for bug 241535

Revision history for this message
Paul Natsuo Kishimoto (khaeru) wrote :

...although this can now be handled with code like this in ipy_user_conf.py:

import IPython.ipapi
ip = IPython.ipapi.get()
...
o = ip.options
...
o.autoexec.append('%colors LightBG')