5 ms·
Aren't Jupyter notebooks R notebooks? Jupyter stands for "Julia, Python, R" I believe
by turingbike 7y ago
Aren't Jupyter notebooks R notebooks? Jupyter stands for "Julia, Python, R" I believe
- eoinmurray92 7y agoYeah this is true but sometimes R notebooks also refers to R studio notebooks - https://rmarkdown.rstudio.com/lesson-10.html https://rmarkdown.rstudio.com/lesson-10.html
- jsilence 7y agoBut the user is choosing a Jupyter Kernel upon creation and the code is run on either one of the available Kernels. No code mixing within one notebook at the current point.
- hulahoof 7y agoI thought you could with apache toree? Maybe I misunderstand the project
- KyleOS 7y agoI think the file extension scraped on Github is only .ipynb, which is only python notebooks right?
- rodonn 7y agoI think most people save under this extension even if they are using a different kernel (i.e. they are running R, Julia, Matlab, etc. code in the notebook).
- eoinmurray92 7y agoYeah so its mostly a split between Jupyter and R Studio - but Jupyter can mean different languages