Skip to content

How notebook debug cell works

Rich Chiodo edited this page Jul 22, 2022 · 16 revisions

Notebook cell debugging is similar to python debugging works only it does an attach to the kernel using IPython 7's built in debugpy support.

There's a number of classes involved. This sequence diagram describes how they interact:

image

Clone this wiki locally