Skip to content

Commit

Permalink
Merge pull request #172 from gmfricke/wrapper_config_fix
Browse files Browse the repository at this point in the history
Fix example Wrapspawner config in README
  • Loading branch information
mbmilligan authored Apr 2, 2020
2 parents 68a1fcd + 1c7c96c commit cc8825d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
dict(req_nprocs='2', req_host='labhost.xyz.edu', req_queue='lab',
req_runtime='8:00:00', req_memory='4gb', state_exechost_exp='')),
]
c.ProfilesSpawner.ip = '0.0.0.0'
```


Expand Down Expand Up @@ -197,4 +198,4 @@ Common problems:

## Changelog

See [CHANGELOG.md](CHANGELOG.md).
See [CHANGELOG.md](CHANGELOG.md).

0 comments on commit cc8825d

Please sign in to comment.