Skip to content

Commit

Permalink
Fix to wrapspawner instructions
Browse files Browse the repository at this point in the history
The provided configuration does not work unless the ip is initialized.
  • Loading branch information
gmfricke authored Jan 8, 2020
1 parent 68a1fcd commit bd2ad69
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 = '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 bd2ad69

Please sign in to comment.