jupyter-rsession-proxy icon indicating copy to clipboard operation
jupyter-rsession-proxy copied to clipboard

Open certain files in RStudio

Open ck37 opened this issue 7 years ago • 4 comments

Hello,

Thanks for all of the work integrating R and RStudio, it is much appreciated. After a gentle prodding by Yuvi, I would like to put in a feature request to allow a "launch binder" button to open rstudio-server and also have 1 or more files (R notebooks or source files especially) open by default within rstudio.

This would be a better user experience so that people don't have to manually open 1 or more specific R notebooks, but instead would have at least the main notebook already open (and ideally allow for 2+ files to be open). Maybe this is already possible?

It seems like this could be implemented as URL arguments and/or as an option specified in a configuration file.

Thanks, Chris

ck37 avatar Feb 11 '18 02:02 ck37

Do you know where the documentation is for these options in RStudio?

On Sat, Feb 10, 2018 at 6:42 PM, Chris Kennedy [email protected] wrote:

Hello,

Thanks for all of the work integrating R and RStudio, it is much appreciated. After a gentle prodding by Yuvi, I would like to put in a feature request to allow a "launch binder" button to open rstudio-server and also have 1 or more files (R notebooks or source files especially) open by default within rstudio.

This would be a better user experience so that people don't have to manually open 1 or more specific R notebooks, but instead would have at least the main notebook already open (and ideally allow for 2+ files to be open). Maybe this is already possible?

It seems like this could be implemented as URL arguments and/or as an option specified in a configuration file.

Thanks, Chris

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jupyterhub/nbrsessionproxy/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AhnXmqvf_VWfHGNlCoHmY_gdWi5YgTWAks5tTlOmgaJpZM4SBLNl .

-- Brian E. Granger Associate Professor of Physics and Data Science Cal Poly State University, San Luis Obispo @ellisonbg on Twitter and GitHub [email protected] and [email protected]

data301 avatar Feb 11 '18 03:02 data301

Unfortunately I don't. I haven't worked with configuring rstudio binder/jupyter launching before, but use Rstudio on a daily basis for general data science work.

ck37 avatar Feb 11 '18 04:02 ck37

I wonder if the rstudioapi could be useful here.

ryanlovett avatar Dec 10 '18 18:12 ryanlovett

Opening an Rstudio session when the user clicks on an Rstudio project file (.Rproj) in the file browser would indeed be very convenient.

vnijs avatar Jan 05 '19 18:01 vnijs