We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you tell me how to pull out the cpu_percent in this part? I want to express it in the main.js.
The text was updated successfully, but these errors were encountered:
@asdf0480 it can be enabled via the config or the command line, for example:
jupyter notebook --NotebookApp.ResourceUseDisplay.track_cpu_percent=True --NotebookApp.ResourceUseDisplay.cpu_limit=2
Then the value should appear in the /metrics response. When running locally: http://localhost:8888/metrics
/metrics
Sorry, something went wrong.
May I know if it is possible to get cpu usage display on the notebook right top corner? Similar to the memory usage display.
@KahThong this would have to be added the classic notebook extension here:
jupyter-resource-usage/jupyter_resource_usage/static/main.js
Line 6 in c7d5970
Successfully merging a pull request may close this issue.
Can you tell me how to pull out the cpu_percent in this part? I want to express it in the main.js.
The text was updated successfully, but these errors were encountered: