Using slicer as a Jupyter kernel, how to set up a variable inspector

Hello,

I recently started to use Slicer as a Jupyter kernel. I’m setting up the environment and I’m trying to set up a variable inspector.
I installed this extension however, it’s not working.

When I launch a notebook using the python 3 kernel, the extension works just fine. My guess is that the extension is not compatible with the slicer kernel.

My questions are:

  • Is there a variable inspector for Jupyter lab compatible with 3D Slicer ?
  • If not, is there a way to connect a debugger to the Jupyter lab and use that to analyse the variable?