Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing message in tachometer about ipykernel's required version #217

Open
pinksi opened this issue Oct 6, 2023 · 1 comment
Open

Showing message in tachometer about ipykernel's required version #217

pinksi opened this issue Oct 6, 2023 · 1 comment

Comments

@pinksi
Copy link
Contributor

pinksi commented Oct 6, 2023

Problem

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

image
image

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.

Additional context

@krassowski
Copy link
Collaborator

This appears to be a regression because a logic to check ipykernel version is already present, see #214. Also, ideally we would not be hard-coding ipykernel and allow other kernels to reply to these messages. I would prefer to add an ability to determine if kernel supports resource usage request instead (again, see #214).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants