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

Hi there, I have a question and a suggestion. Question: how can I change the memory unit shown in the status bar? Now I have 1028096.00 MB I would like...

enhancement

We extended j-r-u for monitoring disk usage in $HOME for our service. Looks like at least one other person was interested in something similar: https://github.com/jupyter-server/jupyter-resource-usage/issues/186

When jupyterlab-sidecar (https://github.com/jupyter-widgets/jupyterlab-sidecar) is installed the sidebar widget is currently displayed with an "x": ![Screenshot from 2024-03-07 13-17-31](https://github.com/jupyter-server/jupyter-resource-usage/assets/5832902/9b59c44a-302d-4b78-a93e-71d06a90f8da) Clicking this "x" does not do anything at all: ![not-action-on-click](https://github.com/jupyter-server/jupyter-resource-usage/assets/5832902/1135499c-a7c5-4c54-965b-f909a9e0edd6) This PR...

bug

When resource monitor was freshly installed and side panels were not used (i.e. debugger was not used for a fresh jupyterlab installation), clicking the 'tachymeter' doesn't open the panel. You...

bug

Please support Chinese etc. I can provide help if needed

enhancement

## Description Memory Usage is not working in my environment ## Reproduce ![Screen Shot 2023-11-04 at 10 55 43](https://github.com/jupyter-server/jupyter-resource-usage/assets/17425627/f6f0fd60-2159-4dfc-a3c3-cd7cb0067d52) The memory usage is not working and won't update when I...

bug

This PR updates the readme file and add the information about the custom configuration feature to show or hide the information in sidebar or tachometer showing Kernel and host usage...

documentation

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

enhancement

## Description When switching sidebar side of kernel usage panel it does not show the usage information until we switch notebook/main area widget. Edit: also happens when opening the sidebar...

bug

### Problem It seems like [`PrometheusHandler`](https://github.com/jupyter-server/jupyter-resource-usage/blob/main/jupyter_resource_usage/prometheus.py) is consuming CPU even when there is no activity. More discussion in [discourse thread](https://discourse.jupyter.org/t/jupyterhub-singleuser-consuming-significant-and-constant-cpu/21415/9). We are setting up a [PeriodicCallback](https://github.com/jupyter-server/jupyter-resource-usage/blob/2cfdb6445dc3473f3ca5a5d894e09f2baff69bec/jupyter_resource_usage/server_extension.py#L35-L38) for this handler which...

enhancement