Skip to content

Instantly share code, notes, and snippets.

@mpobrien
Created January 22, 2012 21:13
Show Gist options
  • Save mpobrien/1658859 to your computer and use it in GitHub Desktop.
Save mpobrien/1658859 to your computer and use it in GitHub Desktop.
jump into python REPL
import code
code.interact(local=locals())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment