[IPython-dev] On sqlite history performance improvements...

Fernando Perez fperez.net at gmail.com
Sat Apr 9 18:34:22 EDT 2011


On Sat, Apr 9, 2011 at 3:10 PM, Brian Granger <ellisonbg at gmail.com> wrote:
> I think we probably want to discuss a good model for this type of
> thing.  Simple adding more magics to access IPython's runtime will
> only lead to a bloated main namespace.  If we tied this type of thing
> into the config sytem we might be able to get all of this done with a
> single magic:
>
> %config Foo.bar=10
> %config InteractiveShell.autocall=False

Yup, I think that's precisely what Thomas was calling %ipconf... Let's
get the config layer sorted out first, and then we can add high-level
stuff for it.

Cheers,
f



More information about the IPython-dev mailing list