欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

jupyter notebook 多行输出

程序员文章站 2022-05-25 23:46:57
...

很多时候在一个cell中,我们不只有一个print,但默认只有一个print,所以我们进行多行输出,加入代码

from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"