Pavel Prochazka
Pavel Prochazka

Reputation: 781

Jupyterlab alternative for pdb/ipdb

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

Answers (0)

Related Questions