I'm using Spyder and I have 10 python scripts. The scripts must run independently.
Therefore, I have to open a new console and Shift+Enter to run one script, and do the same thing for the other 9 scripts. This is annoying and I'd like to know if it is possible to automatically open 10 console windows and execute one script in each console. I think what I need is something like a parent script or Bash, but I'm a rookie and not quite sure how to do it.
Thanks a lot!