Jupyterhub custom spawn dropdown

currently have jupyterhub creating containers via podman. I would like to have a custom dropdown to select the object store to mount on the container. would wrapspawner be the correct direction to look at?

Well, I think you can have some hints from docs on how to enable dropdown in Spawner form.

I dont think you need WrapSpawner unless you have to support two different types of Spawners at the same time on your JupyterHub. I assume you are using DockerSpawner to create containers using podman. So, if you want to able to create containers on a k8s platform using KubeSpawner alongside DockerSpawner then you will need WrapSpawner!!

1 Like