Last active
March 27, 2024 17:23
-
-
Save izikeros/6f49a9e76f04e4f8892291e7c2cb866c to your computer and use it in GitHub Desktop.
[display out outputs from the cell] display out outputs from the cell instead of default last one #pandas
This file contains hidden or 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
# display all outputs | |
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