Jupyter notebook debug - keeps asking for local python interpreter
Answered
Hello,
I am trying to set up a jupyter notebook debug configuration.
I already managed to perform debug with a remote interpreter for scripts, but I'd like to try out the debug with notebooks. My issue is that the Run/Debug configuration keeps asking me for a local python interpreter, although in the documentation it is written that I should be able to use both local and remote ones.
The exact error is "Please select local python interpreter".
Please sign in to leave a comment.
Debugging of connected Jupyter notebook is not implemented yet, please vote for https://youtrack.jetbrains.com/issue/PY-14742 to increase its priority and be notified about updates.
Are you able to run your Jupyter notebook without problem? If not, please attach a screenshot with your Run configuration.
Yes, the notebook runs perfectly (both with local and remote interpreters). I will vote on the link you sent me, thanks!
Hi, I am currently trying to execute a Jupyter notebook on a remote server and I cannot get it to run.
In the Run/Debug Configurations the error "Please select local python interpreter" is persistent.
I added Path Mappings, but that did not work. Thank you for your help!