Skip to content

Instantly share code, notes, and snippets.

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