-
-
Notifications
You must be signed in to change notification settings - Fork 43
Interface not showing up after 2nd installation #434
Comments
@urfdvw are you using the xeus-python kernel? |
@SylvainCorlay Thanks for your response. Yes, but not in a separate conda env. I thinks I have all the requirement ready, because it worked well once with jupyter lab 1.2.6. But re installation does not work. I can see it in my extension management But cannot see the debug section on the right
And if it is necessary here is my conda list, everything in (base):
|
@urfdvw are you able to test again with the latest As an alternative, it is also possible to use the JupyterLab 3.0.0rc1 release, which includes the debugger extension by default: python -m pip install --pre jupyterlab |
In build_config.json, (in my computer the file was in \share\jupyter\lab\settings of python directory ) remove "@jupyterlab/debugger" from the "uninstalled_core_extensions".
After this, run the below commands & start jupyter lab
|
That worked for me, but I've rather updated the |
Thanks a lot @trupti94 it worked for me too. |
Hi I had the same error here but it seems this did not work for me.Would you mind taking a look at it?
Thank you! |
When I first installed it in Jupyter lab 1.2.6, it actually worked. But Is see 2.0 version is required. So I uninstalled the extension by extension manager and then upgrade jupyter lab by conda upgrade. Now I am in jupyter lab 2.1.1, but when I reinstalled it from extension manager, the debug interface does not show up. I tried
jupyter lab build
, but nothing happend. Did I miss any thing?Thanks!
The text was updated successfully, but these errors were encountered: