[IPython-user] IPython prompt
Arnd Baecker
arnd.baecker at web.de
Tue Mar 23 08:01:36 CST 2004
On Tue, 23 Mar 2004, Jonathan Daugherty wrote:
> Is there a way I can configure or hack ipython to drop the newline
> that comes before the input prompt? I get
>
> ---- Top of screen ----
>
> In [5]:
>
> whereas I would like
>
> --- Top of screen ----
> In [5]:
>
> Any ideas?
Yes, have a look at the configuration file ~.ipython/ipythonrc
and set
nosep 1
Best,
Arnd
More information about the IPython-user
mailing list