[jupyter] JupyterHub on a cluster with local spawning and batch spawning

2018-03-15 Thread Brian Fulton-Howard
As I understand it, I need to use some combination of wrapspawner, localspawner, sudospawner and batchspawner. I want to run jupyterhub as an unprivileged user, but the admins are happy to edit the sudoers file to make it work. What I'd like to do is give users in my lab a choice to start on

Re: [jupyter] JupyterHub on a cluster with local spawning and batch spawning

2018-03-16 Thread Brian Fulton-Howard
happy to get > suggestions about how to improve the docs if you'd like to give us some > feedback when you get a chance. > > Regards, > Michael > > On Thu, Mar 15, 2018 at 4:58 PM, Brian Fulton-Howard <fult...@gmail.com > > wrote: > >> As I underst

Re: [jupyter] JupyterHub on a cluster with local spawning and batch spawning

2018-03-16 Thread Brian Fulton-Howard
declare your subclass). > > That said, both of those req_* options look like good candidates for > adding to the base class, especially since req_partition already exists in > at least one other batchspawner subclass. > > On Fri, Mar 16, 2018 at 11:15 AM, Brian Fulton-Howard <fult...