Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to automatically advance to the next line after F9 in Spyder IDE

Tags:

python

ide

spyder

Coming from RStudio, I'm familiar with the behavior of the cursor automatically moving to the next line after running the current line. I think this makes sense for data analysis. Does Spyder have something similar?

I'm familiar with the concept of cell and auto-advancing cell in Spyder. However, I want to maintain a pure Python script (that can be run with python file.py) for portability, and don't want to use something that only makes sense on Spyder.

like image 890
Heisenberg Avatar asked Dec 22 '25 03:12

Heisenberg


1 Answers

I have requested this feature on the Spyder github repository and it will be implemented in version 3.0 which will probably be released next month!

See here for more information: https://github.com/spyder-ide/spyder/issues/3115

like image 102
Cord Kaldemeyer Avatar answered Dec 23 '25 16:12

Cord Kaldemeyer