Search code examples
pythonvisual-studio-codespyder

run multiple python scripts at the same time


Is there a way to run multiple python scripts simultaneously in vsc. I mean while there is already a script running, I would like to run another script. When I try I get "code is already running". In spyder-ide I simply open a new IPython console and run the new script in this newly opened console.


Solution

  • You can always open a terminal terminal window -- with either Python: Create Terminal or Open New Terminal -- and launch the script(s) manually in separate terminals.