Scientific Mode: Don't lose focus on execution
When in scientific mode, I'm executing cells by hitting `ctrl` + enter. Annoyingly, the cursor jumps to the beginning of the next cell and I need to move it back to continue coding. Is there a way to simply execute a cell without losing the cursor's position?
-chris
Please sign in to leave a comment.
You're probably using "Execute cell in console" shortcut. Unfortunately this is the only available shortcut to execute the cell (outside of Jupyter) and it will jump to the next cell, no way to change that.
I've created a feature request on your behalf: https://youtrack.jetbrains.com/issue/PY-37751
Alright, thank you!