[jupyter] Re: Two Instances of Jupyter HUB

2018-08-06 Thread J bhatt
Thank you very much for all the options - I was wondering if I could use the config c.Spawner.options_form = Union() to update the config c.Spawner.default_url to either "/tree" or "/lab" based on use preference .I could have 1 instance of jupyterhub and user can pick which one they want to

Re: [jupyter] Re: Two Instances of Jupyter HUB

2018-08-04 Thread Michael Milligan
Hi, I'd like to mention ProfileSpawner (part of Wrapspawner) as an option here as well. It exists specifically to support multiple user-selectable spawner configurations in a single JupyterHub instance. It's actually your only option if you want to switch between multiple Spawner classes, but it

[jupyter] Re: Two Instances of Jupyter HUB

2018-08-03 Thread J bhatt
Thank you very much ! this really helps On Friday, August 3, 2018 at 9:26:55 PM UTC-4, ri...@globus.org wrote: > > Here are links to DockerSpawner and SingularitySpawner. The latter allows > the user to specify the path to the Singularity image they want to use. > >

[jupyter] Re: Two Instances of Jupyter HUB

2018-08-03 Thread rick
Here are links to DockerSpawner and SingularitySpawner. The latter allows the user to specify the path to the Singularity image they want to use. https://github.com/jupyterhub/dockerspawner https://github.com/ResearchComputing/jupyterhub-singularity-spawner You can override the text field in