Hello,
I have the following setup:
-JupyterHub using the default local spawner
-c.Spawner.cmd = ['jupyter', 'labhub'] to run JupyterLab when single-user servers are spawned (labhub extension installed).
What's the best way to get common jupyterlab extension settings loaded for each of the users' servers? (One use case: all users need to have the same clientId setting configured for the google-drive extension.)
Should I be using c.Spawner.pre_spawn_hook to run a shell script that writes the settings json to /home/{USERNAME}/.jupyter/lab/user-settings? Or is there another option? (I may be fundamentally misunderstanding how these settings work!)
JupyterLab 0.28.11
JupyterHub 0.8
Thanks! I'm grateful for any guidance.
-Charles