Created
September 5, 2021 05:37
-
-
Save hitxiang/08ea1ce0ab5ce763e1e28a87893c1c04 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 让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