[IPython-User] prompt and config file questions
Fernando Perez
fperez.net@gmail....
Sun Oct 10 00:59:25 CDT 2010
Hi Richard,
On Mon, Sep 27, 2010 at 1:05 AM, Richard D. Moores <rdmoores@gmail.com> wrote:
>
> [C:Python26/Scripts]
> |17>2/3
> 1[17] 0.66666666666666663
>
> [C:Python26/Scripts]
> |18>
>
> What is the 1 that begins 1[17] 0.66666666666666663 ?
No idea, I've never seen that. It's possible something in your config
file has a stray 1?
> QUESTION 3
>
> Why do some lines go above the line "def main()" and some inside main()?
Anything outside main() will be visible in your user namespace.
Regards,
f
More information about the IPython-User
mailing list