Developing JupyterLab extension: debugging help/best practice (e.g. PyCharm debugger)

Hi,

I’m trying to build a JupyterLab extension. I love the PyCharm debugger, and I’m wondering how I can make use of this whilst developing my extension.

Are there any guides on how to configure PyCharm such that I can put a debug breakpoint in either my TypeScript/Python JupyterLab extension code so that it gets caught?

Many thanks for any help!

2 Likes