Visual Studio Code – Pressing Escape in VS Code Interactive (IPython) deletes the cell. How can I disable this?
I normally write code in a python script (.py-file) divided into cells (with # %%) and execute the cells or single lines of code in an interactive window to the right of the script. The interactive window also has an…