jupyter 改变内核输出多个output

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

你可能感兴趣的:(jupyter 改变内核输出多个output)