在 Python 的交互式 shell 中处理不带 try 块的异常
看这个问题的标题。 我想处理最后一个命令中引发的异常。 _
没有帮助我。 有这样的事吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
看这个问题的标题。 我想处理最后一个命令中引发的异常。 _
没有帮助我。 有这样的事吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
执行此操作:
它将为您提供有关异常的信息。 它是一个包含异常类型、异常实例和回溯对象的元组。
Do this:
It will give you information about the exception. It's a tuple containing the exception type, the exception instance and a traceback object.
如果您的“交互”发生在 Jupyter 内,请选中此 > Jupyter 处理笔记本异常的魔法
它非常漂亮。
如果你想添加声音> Jupyter / Colab:在任何单元格中出现任何错误时播放声音+在完成长时间运行的单元格后播放声音
If your 'interactive' happens within Jupyter, check this > Jupyter magic to handle notebook exceptions
It is just beautiful.
If you want to add a sound > Jupyter / Colab : Play sound with any error in any cell + Play sound after completing long running cells