python - jupyter 技巧
2021-02-11 本文已影响0人
Pingouin
想要打印出一个cell中每一行的输出的话:
运行
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
想要打印出一个cell中每一行的输出的话:
运行
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"