<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 8 January 2013 14:29, Alejandro Weinstein <span dir="ltr"><<a href="mailto:alejandro.weinstein@gmail.com" target="_blank">alejandro.weinstein@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I want to to automatically load the `autoreload` extension. To this<br>
end I have the following in my ipython_config.py:<br>
<br>
c.InteractiveShellApp.extensions = [<br>
'autoreload',<br>
'line_profiler_ext']<br>
<br>
I have access to `autoreload` in the qtconsole, but not in the<br>
terminal IPython (I can load the extension with %load_ext autoreload<br>
in the terminal).<br>
<br>
Any idea about why my configuration is loading `autoreload` only in<br>
the qtconsole?</blockquote></div><br></div><div class="gmail_extra">Does your configuration set c.TerminalIPythonApp.extensions anywhere? This will override the value for InteractiveShellApp.<br><br></div><div class="gmail_extra">
Thomas<br></div></div>