我的互联网连接速度很慢,因此我的python程序频繁抛出ConnectionError
。所以每次我都要保存代码的状态并重新执行。我目前正在jupyter笔记本中运行我的程序。 try-except
看起来像 -
try:
page = requests.get(url, timeout = 15)
except:
print "Connection failed, line processed:", count, line
fstat.write(str(count) + '\n')
fstat.close()
fout.close()
sys.exit(0)
如何在jupyter笔记本中自动退出程序后再次运行程序?
答案 0 :(得分:0)
您可以使用Ubuntu" UpStart"工具。请参阅本文中的更多详细信息: http://www.alexreisner.com/code/upstart