Jupyter Source code debugging

Hi All,

I have been trying to understand the source code for jupyter lab with little success. I would appreciate if anyone can give me some pointers or a way to debug the python code.

Regards,
Ashutosh

Some pointers are in https://jupyterlab.readthedocs.io/en/stable/developer/repo.html (but perhaps a bit dated - let us know if you have specific questions)

It would be easier to help if we had some more information. Which bits of the Python code are you trying to debug? The server code, the extension management, or something else?

1 Like

Hi Jasongrout, thanks for the pointer.
I was looking into intercepting the calls to the handlers at a central location.

Regards,
Ashutosh Srivastava

Hi vidartf
I was looking into intercepting the calls to the handlers at a central location.