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
To show the kernel usage in the sidebar after clicking the tachometer, ipykernel package version should be >=6.11.0 When it is not the required version, we get "kernel usage not available" error or the some information of kernel usage is grayed out. I do not have the host cpu and host virtual memory data not shown here, because I have set the flag ResourceUseDisplay.show_host_usage=False
Proposed Solution
We could show a message mentioning that kernel needs at least ipykernel version > 6.11.0 to retrieve all the information, so that it would be clear to the users.