Tuesday, December 06, 2016

Set a breakpoint in Jupyter (iPython Notebook)



from IPython.core.debugger import Tracer; Tracer()()

No comments: