-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Add usage_request and usage_reply based on psutil #805
Conversation
A JupyterLab extension example/experiment using this features is available on https://github.com/datalayer-experiments/jupyter-usage |
@Carreau This is ready for review |
Rebased on master to see if it fixes the test failures. Those should have been fixed on main branch. |
Super! Thx @Carreau |
For clarification, for those reading this, |
The related JupyterLab PR, jupyterlab/jupyterlab#11285, is now closed:
If this message is not going to be used, should we revert this PR? @echarles? |
The usage request/reply is consumed by https://github.com/Quansight/jupyterlab-kernel-usage |
This PR aims to start a discussion to add a new message type usage_request/usage_reply as discussed in the last JupyterLab meeting jupyterlab/frontends-team-compass#128 (comment)
On JupyterLab jupyterlab/jupyterlab#11285 is needed.
cc/ @Carreau