diff --git a/README.md b/README.md index 76377062..85a80b0e 100644 --- a/README.md +++ b/README.md @@ -152,7 +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' + c.ProfilesSpawner.ip = '0.0.0.0' ```