Skip to content

Commit d3cecfe

Browse files
author
Ahmed NEMDIL
committed
Updated docs about enabling cpu tracking
1 parent 212407d commit d3cecfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Additionally, you can set the `track_cpu_percent` trait to enable CPU usage trac
8383

8484
```python
8585
c = get_config()
86-
c.NotebookApp.ResourceUseDisplay.track_cpu_percent = True
86+
c.ResourceUseDisplay.track_cpu_percent = True
8787
```
8888

8989
As a command line argument:

0 commit comments

Comments
 (0)