File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2424This limit is enforced by the operating system, which throttles access to the CPU by the processes running in the
2525Docker 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.
You can’t perform that action at this time.
0 commit comments