You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/simple/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Stop any running server (with `CTRL+C`) and start with additional configuration
105
105
The provided settings via CLI will override the configuration that reside in the files (`jupyter_simple_ext1_config.py`...)
106
106
107
107
```bash
108
-
jupyter simple-ext1 --SimpleApp1.configA"ConfigA from command line"
108
+
jupyter simple-ext1 --SimpleApp1.configA="ConfigA from command line"
109
109
```
110
110
111
111
Check the log, it should return on startup something like the following base on the trait you have defined in the CLI and in the `jupyter_simple_ext1_config.py`.
0 commit comments