会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cup_leo
博客园
首页
新随笔
联系
订阅
管理
2020年11月5日
首页 如何在Jupyter中抑制回溯?
摘要: 我找到了两种方法来做到这一点,都涉及到monkey补丁IPython。 #1。这将只输出异常类型和消息,但在输出区域以红色突出显示: from __future__ import print_function # for python 2 compatibility import sys ipyth
阅读全文
posted @ 2020-11-05 09:41 cup_leo
阅读(113)
评论(0)
推荐(0)
编辑
公告