[IPython-User] Fw: Re: How to start IP[y] in current folder
Klonuo
klonuo@gmail....
Sun Mar 13 03:52:33 CDT 2011
> We don't have any "start here" option, but you could write a little
> wrapper script that invokes the ipython startup sequence from a given
> directory. The part I don't know about is how to get Windows to tell
> you what directory the script is being invoked from, but perhaps
> that's documented or you know it already.
Thanks for directons. I resolved it by making this snippet at CLI:
----------------------
python -c "import IPython.Shell; IPython.Shell.start().mainloop()"
----------------------
This way I'm in folder where this snippet is evoked from
More information about the IPython-User
mailing list