Skip to content

Commit 269fc01

Browse files
committed
add = when passing the SimpleApp1.configA via CLI
1 parent 295d7c4 commit 269fc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Stop any running server (with `CTRL+C`) and start with additional configuration
105105
The provided settings via CLI will override the configuration that reside in the files (`jupyter_simple_ext1_config.py`...)
106106

107107
```bash
108-
jupyter simple-ext1 --SimpleApp1.configA "ConfigA from command line"
108+
jupyter simple-ext1 --SimpleApp1.configA="ConfigA from command line"
109109
```
110110

111111
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

Comments
 (0)