[IPython-User] Running profile startup files in an embedded IPython instance
Fernando Perez
fperez.net@gmail....
Sun Apr 22 23:47:51 CDT 2012
On Mon, Apr 9, 2012 at 9:21 AM, Kevin Tran <hekevintran@gmail.com> wrote:
>
> Is the store'd database not available to embedded shells for a similar reason? Is there a way to make %store work in an embedded shell?
Yes, %store is not a builtin magic but an extension, just load it when
you start:
%load_ext storemagic
The reasons for it being an extension are really mostly historical
accident, we should probably fold it in with the rest of the magics,
once I finish the upcoming refactoring.
Cheers,
f
More information about the IPython-User
mailing list