I'm trying to run a program using spyder instead of ipython notebook because it currently runs faster. The data is imported and extracted using
run util/file_reader.py C:/file_address
Obviously the run command doesn't work in normal python and I can't find an equivalent, I've looked at the various how to replace ipython magic commands Q&As on here and generally but I can't find one for the run command...
Is there a module or set of code that would work as an equivalent in normal python?