Skip to content

Instantly share code, notes, and snippets.

@vochicong
Last active June 5, 2024 07:09
Show Gist options
  • Save vochicong/3609ec0b2321900801f50095be5b0081 to your computer and use it in GitHub Desktop.
Save vochicong/3609ec0b2321900801f50095be5b0081 to your computer and use it in GitHub Desktop.
Make Jupyter displays last expr or assign
%config InteractiveShell.ast_node_interactivity='last_expr_or_assign'
"jupyter.runStartupCommands": [
"%config InteractiveShell.ast_node_interactivity='last_expr_or_assign'",
"%load_ext autoreload",
"%autoreload 2",
"import pandas as pd",
"import numpy as np"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment