From 1c7c96caccb9971eba85990c59a9df6d63c366c3 Mon Sep 17 00:00:00 2001 From: "G. Matthew Fricke" Date: Wed, 8 Jan 2020 10:07:59 -0700 Subject: [PATCH] Added the required .ip Fixed missing variable name. The addition of this line is based on https://github.com/jupyterhub/wrapspawner/issues/36 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ```