1、jupyter notebook 设置全部行输出:
# 设置全部行输出
from IPython.core.interactiveshell import InteractiveShellInteractiveShell.ast_node_interactivity = "all"