Yuvi

Results 1094 comments of Yuvi

IMO it's ok to have it be one file until the first time we actually have a conflict :D

Heya! Since we switched to using rserver (rather than rsession) we can't run multiple rserver processes in the same container :( I don't really know of a workaround for this,...

Hmm, I see. So right now, going to /rstudio just shows you the one running session. How would you differentiate different rstudio sessions? /rstudio/1, /2, etc? or?

Ok, I think the way to do this is: 1. Have a new endpoint - `/rserver`, that will setup a new session (`/rserver/`) and redirect you to it 2. Have...

I think this would be useful for specific advanced use cases, but we have to be very careful to not become yet another package specification format (https://xkcd.com/927/ etc). We also...

Yup, https://github.com/jupyter/repo2docker/pull/151 fixed the 'comments in apt.txt cause crashes' issue. Agree re: lowering barriers of entry. http://github.com/binder-examples/appmode goes a long way towards that I think!

Can you expand a bit on how having this would be useful for people who 'folk who don't know how to find and import packages, let alone install them.'? Am...

@minrk do you think this is related to the recent fix to hide tokens from the process list?

[The Littlest JupyterHub](https://tljh.jupyter.org) is the primary distro using systemdspawner. The systemd unit file it uses for JupyterHub is at https://github.com/jupyterhub/the-littlest-jupyterhub/blob/master/tljh/systemd-units/jupyterhub.service. Perhaps we can adapt that to be the example here?

Hmm, the reasons I wanted to use the same ORM setup are: 1. To prevent having to keep multiple databases in sync (especially around user cascading deletes, and recreating users...