|
|
|
|
|
by celrod
2648 days ago
|
|
Yes, I was quite happy with reticulate, when I tried it. I like the workflow of working on code in a script, with hotkeys to run code blocks in the REPL and jump to the next block.
If I am actively working on code, I'm unlikely to want to run the entire file, but that is the default in Python for VS Code, for example.
So in terms of quickly getting comfortable and focusing on the work, reticulate with RStudio worked well for me. I also like it more than Jupyter, unless you're making reports where mixing code with markdown and LaTeX is great -- although RStudio supports this too. But I've also used a lot more R than Python, and am already comfortable with RStudio. For someone who hasn't used RStudio before, there's probably better options to jump into Python for data analysis. I brought up RStudio Server in the first place because I find it to be convenient, and even use it at home in place of RStudio Desktop, so that I can resume the same session I left at home remotely on my laptop. Code-Server looks like the equivalent of RStudio Server. While I still haven't tried code-server (still planning on it -- just haven't yet because I'm not used to downloading and running binaries I find online), it has those same benefits, and much broader language support. I am happy to see it. |
|