Files
jupyterhub/share/jupyter/hub
Min RK 684afed3f1 restore user.running property
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`
2017-08-03 11:09:27 +02:00
..
2017-03-30 19:15:43 +02:00
2017-08-03 11:09:27 +02:00