Pycharm debugger issues in Jupyter
Answered
I just installed Pycharm today and was testing a few things to make sure it worked. I wanted to create a project using Jupyter but for some reason I can't use the debugger and am getting this error message when I try to debug:
Connection to Python debugger failed: No connection (command: 501 )
I am able to run the code in the Jupyter file and my debugger is working in my main file so I'm not sure what is wrong. I'm not very familiar with troubleshooting debuggers so any tips would be appreciated.
Please sign in to leave a comment.
This is a known issue https://youtrack.jetbrains.com/issue/PY-50575
See the workaround in the description of that ticket.
Thank you for the link, the workaround worked for me.