DataTaunew | comments | leaders | submitlogin
4 points by tristanz 3292 days ago | link | parent

I completely agree. I feel bad self-promoting here, but there is a middle way. At Sense (https://sense.io) we've combined real editor with a notebook like console log. RStudio and Rodeo, by comparison, are basically copying traditional IDEs without a comprehensive log that includes visualizations. This makes it much harder to share results.

On Sense, your scripts are just scripts (comments are markdown formatted), but when executed in a Sense engine the REPL produces a rich console log similar to a IPython Notebook. This makes the logs great for sharing, without sacrificing the ability to refactor code into libraries, run it locally, or use code-oriented version control tools.

Here's an example for R: http://bit.ly/1Dt5btF



1 point by izyda 3288 days ago | link

So you're basically offering an R studio that generates a series iPython notebook-esque plots/visuals rather than displaying them one by one in the "Plot" Rstudio window? Is that a fair characterization?

-----




RSS | Announcements