We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212407d commit d3cecfeCopy full SHA for d3cecfe
README.md
@@ -83,7 +83,7 @@ Additionally, you can set the `track_cpu_percent` trait to enable CPU usage trac
83
84
```python
85
c = get_config()
86
-c.NotebookApp.ResourceUseDisplay.track_cpu_percent = True
+c.ResourceUseDisplay.track_cpu_percent = True
87
```
88
89
As a command line argument:
0 commit comments