[IPython-user] Re: Re: exception with help()
Arnd Baecker
arnd.baecker at web.de
Tue Mar 9 10:12:10 CST 2004
Hi Pearu,
On Tue, 9 Mar 2004, Pearu Peterson wrote:
[...]
> Off-topic feature request:
> when quiting from ipython session then the following dialog appears:
>
> Do you really want to exit ([y]/n)?
>
> Is it possible to disable this dialog? It is a bit annoying as when I
> press ^D then it means I do want to exit, there's no need to ask extra
> confirmation for that. If ^D would be interpreted as an affirmative
answer
> by ipython, then that would be great too.
That is easy: in ~.ipython/ipythonrc change `confirm_exit 1` to
confirm_exit 0
Best,
Arnd
More information about the IPython-user
mailing list