Skip to content

Instantly share code, notes, and snippets.

@aaroncoffey
Created September 2, 2018 18:27
Show Gist options
  • Save aaroncoffey/72e6da0f7aec161976e217fca5641cce to your computer and use it in GitHub Desktop.
Save aaroncoffey/72e6da0f7aec161976e217fca5641cce to your computer and use it in GitHub Desktop.
drop into interactive python repl
import code
code.interact(local=dict(globals(), **locals()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment