Created
May 11, 2020 12:52
-
-
Save sickdabig/1af206a2323caae8f497dd2c4ce14c49 to your computer and use it in GitHub Desktop.
[debug in jupyter] set brake point in jupyter interactive mode #jupyter #python #debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from IPython.core.debugger import set_trace | |
| set_trace() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment