Keshav Murthy
Results
2
issues of
Keshav Murthy
### Bug description Below are lines from my `jupyter_config.py` ``` c.DockerSpawner.volumes = { 'jupyterhub-user-{username}':'/home/jovyan/work', 'jupyterhub-shared': {"bind": '/home/jovyan/shared', "mode": "ro"} } ``` `/home/jovyan/work` is owned by jovyan as expected #### Expected...
enhancement
Is there a way to override the athena endpoint like s3 or dynamo can be overridden?