Skip to content

Instantly share code, notes, and snippets.

@elliotwesoff
Created September 4, 2019 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliotwesoff/79b9c16902b6fc333f4b8599430d47ab to your computer and use it in GitHub Desktop.
Save elliotwesoff/79b9c16902b6fc333f4b8599430d47ab to your computer and use it in GitHub Desktop.
Python code interact in Atom, with globals and locals
'.source.python':
'code':
'prefix': 'stop'
'body': '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