[IPython-User] Autoreload extension is loaded in qtconsole, but not in the terminal
Alejandro Weinstein
alejandro.weinstein@gmail....
Tue Jan 8 08:29:04 CST 2013
Hi:
I want to to automatically load the `autoreload` extension. To this
end I have the following in my ipython_config.py:
c.InteractiveShellApp.extensions = [
'autoreload',
'line_profiler_ext']
I have access to `autoreload` in the qtconsole, but not in the
terminal IPython (I can load the extension with %load_ext autoreload
in the terminal).
Any idea about why my configuration is loading `autoreload` only in
the qtconsole?
I'm running version 0.14.
Alejandro
More information about the IPython-User
mailing list