* You get enjoy a language with incompatible interfaces for every single data structure. * Write-only language ensures your ideas are difficult to steal
Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
11–20 of 51 posts
Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
#12Working in RMarkdown it is super-easy to generate a publishable document from your research. Whereas there is still no good Jupyter—>PDF solution.
Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
#13Working in RMarkdown it is super-easy to generate a publishable document from your research. Whereas there is still no good Jupyter—>PDF solution.
What's wrong with nbconvert?
Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
#14* You get enjoy a language with incompatible interfaces for every single data structure. * Write-only language ensures your ideas are difficult to steal
Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
#15RE 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)
#16It’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 ce…
But its still much better experience to use RStudio markdown than Jupyter for me.
Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
#17I’ve moved to Orgmode Babel for all my notebook needs. Work straight out of emacs, exports to many formats, literate programming, supports dozens of languages. Previously used R notebooks exclusively for all the benefits author mentioned.
Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
#18* You get enjoy a language with incompatible interfaces for every single data structure. * Write-only language ensures your ideas are difficult to steal
That sounds kind of ..uhmm.. incoherent. Care to elaborate?
Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
#19Earlier quoted context omitted.
That sounds kind of ..uhmm.. incoherent. Care to elaborate?
If you’ve used both R and another, more reasonable language for any length of time, it’s perfectly coherent.
Re: Advantages of Using R Notebooks Instead of Jupyter Notebooks (2017)
#20Earlier quoted context omitted.
If you’ve used both R and another, more reasonable language for any length of time, it’s perfectly coherent.
In the Tidyverse everything in R is perfectly logical and coherent. What would you consider to be a “reasonable” language then?