|
1 | | -# nbresuse |
| 1 | +**[Installation](#installation)** | |
| 2 | +**[Configuration](#configuration)** | |
| 3 | +**[Resources Displayed](#resources-displayed)** | |
| 4 | +**[Contributing](#contributing)** |
| 5 | + |
| 6 | +# NBResuse |
| 7 | + |
| 8 | +[](https://pypi.python.org/pypi/nbresuse) |
| 9 | +[](https://pypi.python.org/pypi/nbresuse) |
| 10 | +[](https://github.com/yuvipanda/nbresuse/issues) |
| 11 | +[](https://travis-ci.org/yuvipanda/nbresuse) |
2 | 12 | [](https://dev.azure.com/tpaine154/jupyter/_build/latest?definitionId=17&branchName=master) |
3 | 13 | [](https://dev.azure.com/tpaine154/jupyter/_build?definitionId=17&_a=summary) |
4 | | -[](https://pypi.python.org/pypi/nbresuse) |
5 | | -[](https://pypi.python.org/pypi/nbresuse) |
6 | | - |
7 | 14 |
|
8 | 15 |
|
9 | 16 |  |
10 | 17 |
|
11 | | -NB Resource Usage (nbresuse) is a small extension for Jupyter Notebooks that |
| 18 | +NB Resource Usage (NBResuse) is a small extension for Jupyter Notebooks that |
12 | 19 | displays an indication of how much resources your current notebook server and |
13 | 20 | its children (kernels, terminals, etc) are using. This is displayed in the |
14 | 21 | main toolbar in the notebook itself, refreshing every 5s. |
@@ -80,9 +87,14 @@ As a command line argument: |
80 | 87 | jupyter notebook --ResourceUseDisplay.track_cpu_percent=True |
81 | 88 | ``` |
82 | 89 |
|
83 | | -## Resources displayed |
| 90 | +## Resources Displayed |
84 | 91 |
|
85 | | -Currently it only displays Memory usage (just RSS). Other metrics will be |
| 92 | +Currently the server extension only reports memory usage (just RSS) and CPU usage. Other metrics will be |
86 | 93 | added in the future as needed. |
87 | 94 |
|
88 | | -The notebook extension currently doesn't show CPU usage. |
| 95 | +The notebook extension currently doesn't show CPU usage, only memory usage. |
| 96 | + |
| 97 | +## Contributing |
| 98 | + |
| 99 | +If you would like to contribute to the project, please read the [`CONTRIBUTING.md`](CONTRIBUTING.md). The `CONTRIBUTING.md` file |
| 100 | +explains how to set up a development installation and how to run the test suite. |
0 commit comments