You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know CPU metrics needs to be enabled on the server side through c.NotebookApp.ResourceUseDisplay.track_cpu_percent = True. Is there a plan to add CPU metrics visualization as memory in the lab extension?
The text was updated successfully, but these errors were encountered:
Jeffwan
changed the title
CPU Usage in JupyterLab
CPU Usage in JupyterLab extension
Dec 22, 2020
The second idea would be to start moving the components from this repo, so usage resource components are in one place: jtpio/jupyterlab-system-monitor#51
Which should now be easier to do with the new distribution system in JupyterLab 3.0.
Seems this project only has memory UI in jupyter lab extension.
https://github.com/jupyter-server/jupyter-resource-usage/tree/master/packages/labextension/src
I know CPU metrics needs to be enabled on the server side through
c.NotebookApp.ResourceUseDisplay.track_cpu_percent = True
. Is there a plan to add CPU metrics visualization as memory in the lab extension?The text was updated successfully, but these errors were encountered: