Skip to content

Instantly share code, notes, and snippets.

@floer32
Last active September 7, 2018 21:40
Show Gist options
  • Save floer32/b4b16f7a9ba35bcb824e52a2a01c054f to your computer and use it in GitHub Desktop.
Save floer32/b4b16f7a9ba35bcb824e52a2a01c054f to your computer and use it in GitHub Desktop.
memo - how to drop into an ipython shell at any time
# -*- coding: utf-8 -*-
if __name__ == "__main__":
# Code code code...
# Code code code...
# Code code code...
from IPython import embed; embed()
@floer32
Copy link
Author

floer32 commented Sep 7, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment