jupyter-resource-usage icon indicating copy to clipboard operation
jupyter-resource-usage copied to clipboard

Jupyter Notebook Extension for monitoring your own Resource Usage

Results 70 jupyter-resource-usage issues
Sort by recently updated
recently updated
newest added

Now that the repo has been moved to the `jupyter-server` organization (https://github.com/jupyter-server/team-compass/issues/3), we should be able to rename the Python package and other instances of `nbresuse` to `jupyter-resource-usage`. And publish...

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...

## Switch to using EventSource - One request per user, with automatic reconnects! Much better than getting request logs be flodded by calls to /metrics - Doesn't overlap with the...

Hello! I unfortunately do not have any time to maintain this, so am looking for maintainers to take over. I'd like to transfer this to a different organization, and ideally...

https://github.com/yuvipanda/nbresuse/pull/45 restored the `/metrics` endpoint, so that JupyterLab (and other frontends) can display the metrics: ![image](https://user-images.githubusercontent.com/591645/84505582-433c2400-acbe-11ea-8dc4-d4eed192d71c.png) The reason to move away from `/metrics` is to not shadow the default Prometheus...

I started filling out jupyterlab's feature request form but opted to open the issue here instead. My goal is to identify the source of various web-requests made from browser's and...

I used pip install nbresuse on my Mac and it works well. However, it does not work when I use an account within AWS instance where jupyter was installed in...

For the JSON API (currently /metrics but /api/nbresuse moving forward), it might be useful to add a "application/json" content type response header (which may allow for slightly easier parsing in...

good first issue