from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
上述代码表示,在输出结果时,以单元格为单位,令所有可以被输出的对象,依次进行输出。
2024-01-13 22:13:16
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
上述代码表示,在输出结果时,以单元格为单位,令所有可以被输出的对象,依次进行输出。