On most research oriented JupyterHub installations, users would like to customize their server (the environment, resources available, etc) after logging in. In Kubernetes based JupyterHub environments, a profile list provides this functionality. (Profile List for the NASA VEDA JupyterHub with the default implementation from KubeSpawner) The profile list is the de-facto “logged in homepage” for these users, as that is what they see after they have logged in. In collaboration with Developme...