Unable to access c.Spawner from any other file than jupyterhub_config.py file

c.Xxx is only for configuration. If you want to modify the spawner you’ll need to subclass it. Here’s an example:

1 Like