Closed thomasdkelly closed 1 year ago
subprocess.run([f"{sys.executable}", "-m", mod])
call(["python", "-m", mod])
Made and tested both edits, can close issue.
Have not tested subprocess.run(...) with a remote server but still works in notebooks so safe to implement.
subprocess.run([f"{sys.executable}", "-m", mod])
call(["python", "-m", mod])