On Apr 28, 2008, at 1:11 PM, Ville M. Vainio wrote: > On Mon, Apr 28, 2008 at 6:38 PM, fred <fredmfp@gmail.com> wrote: > >> sys.displayhook = display_init > > The deal is that you can't set sys.displayhook in IPython. You need to > use the exposed result_display hook. Is there a collection of ipython start up files somewhere?