ipython / ipython/ipython

[Win] I can only use ctrl-d to exit

Open
#12,379 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16.8k
Forks
4.5k
Avg merge
1d 2h
Merged PRs (30d)
6

Description

Here is what the ipython.config.py says:

```
## Set to confirm when you try to exit IPython with an EOF (Control-D in Unix,
# Control-Z/Enter in Windows). By typing 'exit' or 'quit', you can force a
# direct exit without any confirmation.
#c.TerminalInteractiveShell.confirm_exit = True
```

But in my case it is ctrl-d that actually works for ipython:

![图片](https://user-images.githubusercontent.com/24759802/84267932-7b762200-ab59-11ea-8ef6-7d9c26c71f3a.png)

For python, I use ctrl-z:

![图片](https://user-images.githubusercontent.com/24759802/84268108-bbd5a000-ab59-11ea-8f99-8c80eaee9894.png)

## Environment

* Win10 2004 x64
* Python 3.9 beta from MS Store
* IPython 7.15

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.