jupyterhub / wrapspawner

Mechanism for runtime configuration of spawners for JupyterHub
BSD 3-Clause "New" or "Revised" License
60 stars 58 forks source link

Cause child_spawner.server to exist #49

Closed rcthomas closed 2 years ago

rcthomas commented 2 years ago

This addresses problems like #44 where the child_spawner.server attribute doesn't exist because it needs to be provoked into existing by hitting its getter. This part of the Spawner code shows how server comes into existence or not.

rcthomas commented 2 years ago

Going to close and resubmit this one to try to keep history clean here