Reputation: 781
How can I set a breakpoint in a Python script running in a Jupyter notebook such that:
The typical import ipdb; ipdb.set_trace()
approach doesn't allow direct synchronization of the kernel's namespace with the script. Is there an alternative that provides this functionality?
Upvotes: 0
Views: 23