Skip to content

Commit

Permalink
Added the required .ip
Browse files Browse the repository at this point in the history
Fixed missing variable name. The addition of this line is based on jupyterhub/wrapspawner#36
  • Loading branch information
gmfricke authored Jan 8, 2020
1 parent bd2ad69 commit 1c7c96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```


Expand Down

0 comments on commit 1c7c96c

Please sign in to comment.