Skip to content

Commit cc8825d

Browse files
authored
Merge pull request jupyterhub#172 from gmfricke/wrapper_config_fix
Fix example Wrapspawner config in README
2 parents 68a1fcd + 1c7c96c commit cc8825d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
152152
dict(req_nprocs='2', req_host='labhost.xyz.edu', req_queue='lab',
153153
req_runtime='8:00:00', req_memory='4gb', state_exechost_exp='')),
154154
]
155+
c.ProfilesSpawner.ip = '0.0.0.0'
155156
```
156157

157158

@@ -197,4 +198,4 @@ Common problems:
197198

198199
## Changelog
199200

200-
See [CHANGELOG.md](CHANGELOG.md).
201+
See [CHANGELOG.md](CHANGELOG.md).

0 commit comments

Comments
 (0)