Skip to content

REPL in VSCode #16866

Discussion options

You must be logged in to vote

The reason it didn't work for you is you manually launched the REPL, which means Python has no connection to VS Code and doesn't even know it exists (IDLE embeds the REPL, so it controls it directly).

For running code interactively in the REPL, you have two options. One is using the interactive window from the Jupyter extension, and the other is to run your selection in the REPL.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carolinnerebelo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment