I am using a Jupyterhub deployment with DockerSpawner. When I enter a spawned container, I have the following URL pattern:
https://<hostname>/user/<user-name>/lab?
I would like to get the value of <user-name>
within the spawned notebook container.
Is there any possibility to either access it or forward it from Jupyterhub into the container?
Thank you, Max