Skip to content

Instantly share code, notes, and snippets.

@sickdabig
Created May 11, 2020 12:52
Show Gist options
  • Select an option

  • Save sickdabig/1af206a2323caae8f497dd2c4ce14c49 to your computer and use it in GitHub Desktop.

Select an option

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
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