Last active
July 8, 2019 07:04
-
-
Save lassebenni/4f34da834fdbfe4e7c84ccc9607f4a45 to your computer and use it in GitHub Desktop.
display all variables in Jupyter Notebook
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
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