On Mon, Aug 10, 2009 at 11:08 AM, Dorian Raymer wrote:
> Evaluating Kiran's CELL 1 in a codenode python notebook returns a similar
> error:
>
> File "", line 1
> u = 2+3
>^
> IndentationError: unexpected indent
>
> I don't think this is a sign of any bug, it is simply bad Python syntax.
Evaluating Kiran's CELL 1 in a codenode python notebook returns a similar
error:
File "", line 1
u = 2+3
^
IndentationError: unexpected indent
I don't think this is a sign of any bug, it is simply bad Python syntax. It
doesn't make sense to exec something with leading white space with no