jupyter不显示warning信息
程序员文章站
2022-03-03 13:16:30
...
在使用jupyter notebook或者jupyter lab的有些时候会输出warning信息。
可以使用下面两行代码不显示warning信息
import warnings
warnings.filterwarnings("ignore")