I have a Jupyterhub installation that spawns notebooks [ie, Docker Images] into a Kubernetes cluster (or which a Jupyter Notebook with R 3.5 is one)
I've been asked to provide a notebook with R-Studio - and I've [mostly] done that (I can provide the Dockerfile if people are interested).... and by mostly done, I mean that the demo() examples run
I've one, maybe two, issues to resolve - for which I need some help:
-
Once the user quits the R-Studio session, the only way to restart is to restart the whole docker image... is there a way to restart an R-Studio session without doing that?
-
Is there a way to get the Jupyter Notebook to auto-start the R-Studio session, and not have to select from the new menu once the docker image has started?