Re: ob-reticulate: R+Python interface from Babel

2021-03-02 Thread Jack Kamm
Hi Jeremie, > Many thanks for this package. It seems like a better way all together > to manipulate python output. I don't disagree, at least when it comes to handling dataframes. This is because ob-reticulate makes the block actually executed with ob-R.el instead of ob-python.el. R has better

Re: ob-reticulate: R+Python interface from Babel

2021-02-27 Thread Jeremie Juste
Hello Jack, Many thanks for this package. It seems like a better way all together to manipulate python output. I admit that my python foo is decreasing more and more but #+BEGIN_SRC python :results output :session *Python* import pandas as pd df = pd.DataFrame({"X":[1,2,3],

ob-reticulate: R+Python interface from Babel

2021-02-27 Thread Jack Kamm
Hi all, ob-reticulate is now available on MELPA. You can find more information here: https://github.com/jackkamm/ob-reticulate Cheers, Jack

Re: [RFC] ob-reticulate: R+Python interface from Babel

2020-10-11 Thread Jack Kamm
Hi all, I've put ob-reticulate.el on github so it can be more easily used: https://github.com/jackkamm/ob-reticulate I plan to submit it to MELPA or GNU ELPA over the coming weeks as well. Cheers, Jack

Re: [RFC] ob-reticulate: R+Python interface from Babel

2020-09-04 Thread Bastien
Hi Jack and Kyle, Kyle Meyer writes: >> I'm wondering whether this should go into org-mode, or whether to >> package this separately. I'm also curious whether this would be useful >> to anyone here. Any feedback is appreciated. > > It'd be good to hear from others, but in my view this would be

Re: [RFC] ob-reticulate: R+Python interface from Babel

2020-08-29 Thread Kyle Meyer
Jack Kamm writes: > Hi all, > > Reticulate is an R package for interfacing between R and Python. It > allows accessing objects in a Python session from R and vice > versa. See https://rstudio.github.io/reticulate/ for more info about > it. > > I've written a small patch for using reticulate from

Re: [RFC] ob-reticulate: R+Python interface from Babel

2020-08-25 Thread Kyle Andrews
Hi Jack, As a frequent reticulate user I am very excited to see this patch. I hope others feel the same and it gets included into org mode as I cannot wait to use it. Best Regards, Kyle On Mon, Aug 24, 2020, 11:28 Jack Kamm wrote: > Hi all, > > Reticulate is an R package for interfacing

[RFC] ob-reticulate: R+Python interface from Babel

2020-08-24 Thread Jack Kamm
Hi all, Reticulate is an R package for interfacing between R and Python. It allows accessing objects in a Python session from R and vice versa. See https://rstudio.github.io/reticulate/ for more info about it. I've written a small patch for using reticulate from org-babel. It allows creating