Skip to content

Commit 1c7c96c

Browse files
authored
Added the required .ip
Fixed missing variable name. The addition of this line is based on jupyterhub/wrapspawner#36
1 parent bd2ad69 commit 1c7c96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +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 = '0.0.0.0'
155+
c.ProfilesSpawner.ip = '0.0.0.0'
156156
```
157157

158158

0 commit comments

Comments
 (0)