If you go to the Settings( Ctrl + , ) you can see the search bar. There, put in ‘Send Selection To Interactive Window’ or the like, and click the checkbox of ‘Python › Data Science: Send Selection To Interactive Window’. After that, you would be able to run certain lines directly in the Interactive Window.
In my case (VS Code 1.47.2), the shortcuts Run Selection in Python Terminal
and Run Selection in Python Interactive Windows
are in conflict with each other (probably messed up by myself a while ago).
The resolution is straightforward: Go to
File -> Preferences -> Keyboard Shortcuts -> Type
run selection
.
In the result list, change the keybinding of the shortcuts Run .. in Terminal
, Run .. in Interactive Windows
and Run Cell
to Shift+Enter, Alt+Enter and Ctrl+Enter, respectively, or whatever you like as long as no more conflict shows.