[IPython-user] New option - 'autoexec'
Ville M. Vainio
vivainio@gmail....
Fri Jan 11 01:06:50 CST 2008
Now you can manipulate the 'autoexec' list to add commands that will
be run when IPython has started. Some commands (%colors) just wont
work when run in ipy_user_conf.py (because IPython is not fully
constructed then), but autoexec should take care of those situations
as well.
>From the example ipy_user_conf.py:
o = ip.options
o.autoexec.append('%colors LightBG')
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list