I am wondering how I can get the debugger to work (if it can) for Julia integration with JupyterLab via IJulia. The kernel works (I can run code scripts) but I there is no active debugger. I did not install Jupyter Notebooks with conda. I set ENV[“JUPYTER’]=”/path/to/my/jupyter/installation" during IJulia installation. I installed jupyter notebooks with pip in a python environment. When hovering over the greyed-out debugger icon in the top right corner of the image above the message “Select a kernel that supports debugging to enable debugging” appears. Does anyone have any idea how I can fix this?
I don’t think there exists an integration for the JupyterLab debugger and Julia. The Julia VS Code extension does have debugging support for Jupyter notebooks for Julia.
Thank you very much! I figured that was the case.