Skip to content

Commit af70ebd

Browse files
committed
Update dependencies for resource monitoring
1 parent 2fd48c2 commit af70ebd

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

docs/configuration/resources.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Resources
22

3-
Plasma provides default values to limit the Memory and CPU usage.
3+
Plasma provides default values to limit the memory and CPU usage.
44

55
## Memory
66

@@ -19,7 +19,7 @@ Users can monitor their memory usage using the indicator in the top bar area if
1919

2020
## CPU
2121

22-
By default Plasma sets a limit of `2 cpus` for each user server.
22+
By default Plasma sets a limit of `2 CPUs` for each user server.
2323

2424
This limit is enforced by the operating system, which throttles access to the CPU by the processes running in the
2525
Docker container.
@@ -37,13 +37,11 @@ Users can monitor their CPU usage using the indicator in the top bar area if the
3737

3838
## Displaying the indicators
3939

40-
To enable the Memory and CPU indicators as shown above, the following dependencies must be added to the user environment:
40+
To enable the memory and CPU indicators as shown above, the following dependencies must be added to the user environment:
4141

42-
- `nbresuse`
43-
- `jupyterlab-topbar-extension`
42+
- `jupyter-resource-usage`
43+
- `jupyterlab-topbar`
44+
- `jupyterlab-topbar-text`
4445
- `jupyterlab-system-monitor`
4546

46-
As an example, checkout the following two links:
47-
48-
- [Adding nbresuse](https://github.com/plasmabio/template-python/blob/a4edf334c6b4b16be3a184d0d6e8196137ee1b06/environment.yml#L9)
49-
- [Adding the JupyterLab extensions](https://github.com/plasmabio/template-python/blob/a4edf334c6b4b16be3a184d0d6e8196137ee1b06/postBuild#L4-L5)
47+
As an example, checkout this [template](https://github.com/plasmabio/template-python/blob/master/binder/environment.yml) for a Python environment.

0 commit comments

Comments
 (0)