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 b
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], "Y":["a","b","c"]
Hi all,
ob-reticulate is now available on MELPA.
You can find more information here:
https://github.com/jackkamm/ob-reticulate
Cheers,
Jack
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
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 f
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 o
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 betwee
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 a