def start_remote(): import mathlan mathlan.execute([ "cd thesis && python FetchData.py %s &" % (i) for i in alphabet ])
def start_remote(): import mathlan mathlan.execute( ["cd thesis && python FetchData.py %s &" % (i) for i in alphabet])
def stop_remote(): import mathlan mathlan.execute([ "killall python" for i in alphabet ])
def stop_remote(): import mathlan mathlan.execute(["killall python" for i in alphabet])