Skip to content

Instantly share code, notes, and snippets.

@hitxiang
Created September 5, 2021 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitxiang/08ea1ce0ab5ce763e1e28a87893c1c04 to your computer and use it in GitHub Desktop.
Save hitxiang/08ea1ce0ab5ce763e1e28a87893c1c04 to your computer and use it in GitHub Desktop.
# 让jupyter notebook中的一个cell同时有多个输出
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment