Dick Moores | 13 Jul 05:05

"0editor" ??

In [17]: y = 34

In [18]: y == 34
Out[18]: True
0editor
In [19]:

What is "0editor"?

Dick Moores
Dick Moores | 15 Jul 13:54

Re: "0editor" ??

On Sat, Jul 12, 2008 at 8:08 PM, Dick Moores <rdmoores <at> gmail.com> wrote:
> In [17]: y = 34
>
> In [18]: y == 34
> Out[18]: True
> 0editor
> In [19]:
>
> What is "0editor"?

I poked around some more in my ipythonrc.ini (for Windows) and found

==========================================
# Prompt separators for input and output.
# Use \n for newline explicitly, without quotes.
# Use 0 (like at the cmd line) to turn off a given separator.

# The structure of prompt printing is:
# (SeparateIn)Input....
# (SeparateOut)Output...
# (SeparateOut2),   # that is, no newline is printed after Out2
# By choosing these you can organize your output any way you want.

separate_in \n
separate_out 0
separate_out2 0editor

# 'nosep 1' is a shorthand for '-SeparateIn 0 -SeparateOut 0 -SeparateOut2 0'.
# Simply removes all input/output separators, overriding the choices above.
nosep 0
(Continue reading)


Gmane