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

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOFssWz0h03uw47%2BRH8Ei-P3Z_xCNS4EV3xQtjAfVNPwGbm7jg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to