jupyterhub / jupyter-rsession-proxy

Jupyter extensions for running an RStudio rsession proxy
BSD 3-Clause "New" or "Revised" License
118 stars 87 forks source link

Use entrypoints to extend nbserverproxy #46

Closed yuvipanda closed 5 years ago

yuvipanda commented 5 years ago

Instead of creating our own handlers, we instead declare ways of figuring out the commands we want run to start our processes, and let nbserverproxy do the actual work.

Requires https://github.com/jupyterhub/nbserverproxy/pull/65