-
Notifications
You must be signed in to change notification settings - Fork 30
memory and CPU not showing in Jupyter Lab 3.0 #56
Comments
Thanks @yosit for reporting. Have you tried installing the extension with pip? pip install jupyterlab-system-monitor Instead of |
@jtpio from the instructions I understood I need to do both pip install and jupyter labextension install I see similar logs like @ladychili |
I'm also getting the same logs. I have only run
Any idea where the endpoint |
@yosit with JupyterLab 3.0 the single
This endpoint is exposed by jupyterlab-system-monitor/setup.py Line 71 in a05a27d
|
@jtpio thanks. this is from the log:
|
Edit: Never mind. Leaving for posterity. It's because I'm running in k8s. I'm having this same issue. It looks like the metrics api is only returning memory. Any idea why that would be happening? {"rss": 275681280, "limits": {"memory": {"rss": 0}}} |
I am having the same issue on jupyterlab 3.0.
Here's what it shows on the top bar: |
Linking to jupyter-server/jupyter-resource-usage#91 and jupyter-server/jupyter-resource-usage#86 which sound similar. |
I also have the same problem. CPU not showing, only memory is showing. |
I've got the same error. The mem use number shows... but no bars. I'm running jupyterlab=3.3.0 and pip installing jupyterlab-system-monitor. Any progress? |
I had to set the limits for the bars to show. |
I set the limits in the startup for jupyterlab... but still no luck. Mem usage shows but no bars |
Closing as Feel free to open a new issue on the Thanks! |
The bar does show on the top.
I'm installing this with pip:
Running this in the docker file:
Launching it with this:
The toolbar shows with the "Hello" and theme switch but not the memory and CPU.
The text was updated successfully, but these errors were encountered: