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 62 jupyter-resource-usage issues
Sort by recently updated
recently updated
newest added

## Description A bug was reported in https://github.com/jtpio/jupyterlab-system-monitor/issues/87 about the UI lagging with several kernels running. The issue was traced to the system monitor extension as disabling that extension while...

bug

updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4)

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

When I add some users in jupyter, constantly switching users makes the response of /api/metrics slowly. Suppose there are two users root and jov, I try the following command, ```shell...

Also, the `__init__.py` file used to contain ``` load_jupyter_server_extension = load_jupyter_server_extension ``` That doesn't seem to make sense, it's like `x = x`, that's a no-op. Probably you meant to...

I have the installed this package via `pip`, yet no memory usage is shown in the jupyter GUI. I have the following: ``` jupyter-client 6.1.7 jupyter-console 6.2.0 jupyter-core 4.6.3 jupyter-packaging...

This was briefly mentioned in https://github.com/yuvipanda/nbresuse/pull/22#issuecomment-588158223. Opening a new issue for better tracking. It would indeed be really useful to track cpu and memory usage per kernel. The frontend could...

enhancement
help wanted

### Problem `jupyter-resource-usage` exaggerates usage probably due to copy-on-write. Shifting the methodology from RSS to PSS can help solve the problem. See the below reproducer - ```python3 import multiprocessing import...

enhancement

### Problem I would like it if the position of nbresuse toolbar could be fixed right below the kernel status. ### Proposed Solution There is still plenty of space for...

enhancement