Live data from Hacker News

Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)

minimaxir.com

1–10 of 51 posts

Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)

#3
R notebooks behave similarly to org-mode, albeit with fewer supported languages and a few less options for controlling execution and value passing between code blocks. Org-mode is the oldest and most powerful environment of this sort that I know of.

That said, for new users, I think R Notebooks are less daunting than Emacs + org-mode.

Like most things associated with RStudio and the Tidyverse, I feel that they’ve really done their homework. Even if org-mode does more, I feel it’s pretty evident that R Notebooks at least made an effort to understand org-mode’s prior art.

Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)

#5
RE python in Rmarkdown being limited...

> The Python session ends after the cell executes, making it unhelpful for tasks other than ad hoc scripts.

This isn't the case anymore thanks to the reticulate library.

https://blog.rstudio.com/2018/03/26/reticulate-r-interface-t...

Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)

#6
It’s just that RStudio’s vim support is so extremely bad, compared to VSCode or even the Jupyter Notebook vim plug-in. I guess this won’t bother you if you don’t have a developer background, but I find that editing code in RStudio is a real pain.

I wish I could use RStudio with the exact same keybindings and vim behavior as Jupyter in the browser. That alone would make things bearable. Like the exact same keys for cell execution, adding new cells, etc. Call it “Jupyter mode”.

Post reply on HN