I am using visual studio code and the jupyter functionality and I want to run the current cell without going to the next cell nor creating a new cell. Just run the current cell and keep the cursor there (don't automatically move to the next one nor create one).
I tried:
Command + Enter
and
alt + Enter
but both seem to move me to the next cell. Anyone know how to fix this? I only want to run the current cell and stay in it. Nothing more.