File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,13 @@ Kernel resource usage can be displayed in a sidebar for IPython kernels with
26
26
27
27
The kernel usage is available for Notebook 7.x too which can be enabled at
28
28
` View -> Right Sidebar -> Show Kernel Usage ` . In the case of JupyterLab interface, it is
29
- enough to click ` tachometer ` icon on the right sidebar.
29
+ enough to click ` tachometer ` icon on the right sidebar.
30
+
31
+ If you want to hide information from the Kernel Usage sidebar
32
+ you can set ` --ResourceUseDisplay.show_host_usage=False ` to hide ` Host CPU ` and ` Host Virtual Memory ` information. The default is
33
+ set as ` True ` , i.e. show all the information.
34
+
35
+ ![ Screenshot for kernel usage with limited info] ( ./doc/kernel-usage-limited-info.png )
30
36
31
37
The package provides an alternative frontend for the ` jupyter-resource-usage ` metrics:
32
38
You can’t perform that action at this time.
0 commit comments