Based on R studio, I assume that you were hoping to get a command that runs the next command, and not just one line (which can split the command into several parts and cause errors).
The exact equivalent does not yet exist, but if you are used to adding # %% before and after the fragments ( "cells" ) that you want to run together, then you can use the following commands to start the entire fragment.
Run cell: Ctrl + Return
Launch a cell and move forward: Shift + Return
source share