终止时如何执行相同的程序?

时间:2017-08-27 14:28:29

标签: python-2.7 jupyter-notebook

我的互联网连接速度很慢,因此我的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笔记本中自动退出程序后再次运行程序?

1 个答案:

答案 0 :(得分:0)

您可以使用Ubuntu" UpStart"工具。请参阅本文中的更多详细信息: http://www.alexreisner.com/code/upstart