[IPython-User] %rehashx upon startup
Fernando Perez
fperez.net@gmail....
Thu Nov 24 01:27:19 CST 2011
On Wed, Nov 23, 2011 at 11:21 PM, Ben Racine <i3enhamin@gmail.com> wrote:
> Everytime I startup IPython I tend to need to issue a rehashx command right
> away. Any tips on how to configure this to always occur? Apparently I'm
> incredibly lazy.
Sure, you can simply put in your config file
c.InteractiveShellApp.exec_lines = ["""
%rehashx
"""]
> Muchos gracias ahead of time!
Con mucho gusto,
f
More information about the IPython-User
mailing list