-
Couldn't load subscription status.
- Fork 105
Open
Labels
Description
Hi! My CPU usage always shows 0%, which is different from the value shown in the kernel usage panel.
This is my topbar-item.jupyterlab-settings.json
{ "enable": true, "refreshRate": 1000, "memory": { "label": "| Mem: " }, "cpu": { "cpu": "CPU: " }, "disk": { "label": "| Disk: " } }
I have this line added in my jupyter_lab_config.py
c.ResourceUseDisplay.track_cpu_percent = True
I installed jupyterlab 4.4.9 and jupyter-resource-usage 1.2.0.

Thank you!