I am using jupyter lab and trying to embedd the debugger in it.
Windows 10, 64 bit
Here are the steps I followed:
conda create --name ml python=3.8.2 conda activate ml conda install xeus-python notebook jupyterlab -c conda-forge jupyter labextension install @jupyterlab/debugger Then I start jupyter lab and it opens in Google Chrome:
Though I get the debugger button in xpython notebook but I am not able to turn it on. Here is the screenshot.
Can someone help how to turn on the debugger??

unresponsive? Have you tried restarting from anaconda navigator?