I’m trying to use the pixie debugger in my jupyter notebook running python 3.9.
However, after successfully installing and importing pixiedust calling the cell magic %%pixie_debugger doesn’t seem to run the line below.
I tried searching to make sure pixiedust is compatible with Python 3.9. I am expecting to run the cell with the %%pixie_debugger and to see a interactive GUI where I can debug the line below step by step.