ipython notebook设置 - xd21303/Notebook GitHub Wiki

~/.ipython/profile_default/ipython_config.py

设置每行都打印输出。

c = get_config()
# Run all nodes interactively
c.InteractiveShell.ast_node_interactivity = "all"