jupyterhub / systemdspawner

Spawn JupyterHub single-user notebook servers with systemd
BSD 3-Clause "New" or "Revised" License
92 stars 45 forks source link

Add spawner entry points #63

Closed bbengfort closed 4 years ago

bbengfort commented 5 years ago

As of JupyterHub 1.0, spawners can register themselves via entry point meta data. We've found this to be extremely useful, particularly as the generated configs would list the systemdspawner as one of the available spawners if it is installed.

bbengfort commented 5 years ago

Hi @GeorgianaElena - sure, is something like what I added what you had in mind?

GeorgianaElena commented 4 years ago

Great! Thanks @bbengfort :rocket: