Hi all,
in our jupyterhub installation, the debugger is not enabled for system python kernel with ipykernel already installed. However, the debugger works for user-based kernels.
Any Idea?
Thanks in advance.
Hi all,
in our jupyterhub installation, the debugger is not enabled for system python kernel with ipykernel already installed. However, the debugger works for user-based kernels.
Any Idea?
Thanks in advance.
system python kernel
If by system you mean, “operating system”: these often lag behind in versioning, and have conservative dependencies: you may want to ensure the following:
ipykernel >=6
is installeddebugpy
is installedpip check
doesn’t reveal any package inconsistenciesThank you @bollwyvl for the quick reply, by system I mean for all users (HPC). I checked again in the python module (which the kernel is based on):
The error message is: “Select a kernel that supports debugging …”