Skip to content

Commit ebb4cff

Browse files
authored
Merge pull request #89 from hMED22/update-traits-config-docs
Updated docs about enabling cpu tracking
2 parents 212407d + d3cecfe commit ebb4cff

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)