I want to know that is it possible to run the same script say ABC.py, in two different spyder instances by passing different input values? I know that we can run completely independent projects in multiple spyder instances using spyder --new-instance
. But, can we use the same approach when we want to run the same project with different input values in two instances?
Thank you in advance!