Closed benmarwick closed 11 years ago
Does it work for you if you just run rNotebook::viewNotebook()
from your R console?
Thanks, yes, that line works great. That's the step I'm attempting to bypass.
It is an Rscript
related issue. You will find a discussion here, along with a potential solution directly using R instead of Rscript.
Thanks for the pointer, the solution was there as you indicated. This works great as a windows batch file to open rNotebook without using R directly:
%= rNotebook launcher =%
start firefox.exe http://localhost:3838/
Rscript --no-save --no-restore -e "library(methods); shiny::runApp('C:/emacs/R/win-library/3.0/rNotebook/notebook', launch.browser=FALSE, port = 3838)"
%= end =%
thanks again!
This is a great app, and I'm excited to see it get closer to IPython (there's already an IJulia!), thanks for making it available.
I have a Windows batch file that I want to launch rNotebook in firefox:
Here's what I get:
And nothing happens.
Any tips on how to overcome this? I'm on Windows 7 with R 3.0.2
thanks,
Ben