Skip to content

Instantly share code, notes, and snippets.

@hvelarde
Last active August 29, 2015 14:03
Show Gist options
  • Save hvelarde/82dab21a803f8d68a217 to your computer and use it in GitHub Desktop.
Save hvelarde/82dab21a803f8d68a217 to your computer and use it in GitHub Desktop.
Using bpython and IPython
eggs += bpython
bin/instance debug
import bpython; bpython.embed(locals_=locals())
eggs += IPython
bin/instance debug
import IPython; IPython.embed()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment