[IPython-dev] running ipython inside SPD

Ondrej Certik ondrej at certik.cz
Sun Mar 22 00:24:48 EDT 2009


On Sat, Mar 21, 2009 at 9:12 PM, Ondrej Certik <ondrej at certik.cz> wrote:
>> I am investigating it now. Is this a bug?
>
> And a fix:
>
> mkdir ~/.ipython
>
> shouldn't ipcluster do this automatically?

Another problem: ipcluster uses ~/.ipython/security by default (when
run from ./spd -sh), but the ipython in SPD uses
~/.sage/ipython/security by default. So I get:

In [2]: mec = client.MultiEngineClient()
[...]
ValueError: not a furl or a file containing a furl:
/home/ocertik/.sage/ipython/security/ipcontroller-mec.furl

Again, a quick fix:

$ ln -s ~/.ipython/security/ ~/.sage/ipython/

Ondrej



More information about the IPython-dev mailing list