mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 19:13:03 +00:00

it was made a method for handing named_servers, but that made things way more complicated and replaced a boolean flag with a callable, which would behave unexpectedly but without error if a boolean flag was expected. Spawners have properties for dealing with this now, so use spawners Restore `user.running` as an alias for `user.spawner.ready`