Ask Your Question
3

What is the method to entirely turn off Interactive Windows from appearing during the execution of .py files in VS Code?

asked 2022-07-23 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-02 21:00:00 +0000

bukephalos gravatar image

To disable the Interactive Windows during the execution of .py files in VS Code, follow the below steps:

  1. Open VS Code and click on the "Settings" icon on the left-hand side of the screen.
  2. In the search bar, type in "python.dataScience.showInteractiveWindowInFileExplorer".
  3. Toggle the button to the "off" position.
  4. Save the changes and close the Settings tab.

Once this is done, the Interactive Windows will not appear during the execution of .py files in VS Code.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-23 11:00:00 +0000

Seen: 9 times

Last updated: Apr 02 '22