Skip to content

Instantly share code, notes, and snippets.

@David-Guillot
Last active May 7, 2019 09:14
Show Gist options
  • Save David-Guillot/2b2120d62a2095721a096927de7f546c to your computer and use it in GitHub Desktop.
Save David-Guillot/2b2120d62a2095721a096927de7f546c to your computer and use it in GitHub Desktop.
Get an IPython shell from pdb
from IPython import embed; embed()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment