From: Jeremie Juste <jeremiejuste@gmail.com>
To: Jack Kamm <jackkamm@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: ob-reticulate: R+Python interface from Babel
Date: Sat, 27 Feb 2021 18:24:21 +0100 [thread overview]
Message-ID: <87v9adctkq.fsf@gmail.com> (raw)
In-Reply-To: <87y2f94mwu.fsf@gmail.com> (Jack Kamm's message of "Sat, 27 Feb 2021 06:15:29 -0800")
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"]})
df
#+end_src
#+RESULTS:
#+BEGIN_SRC python :results value :session *Python*
import pandas as pd
df = pd.DataFrame({"X":[1,2,3], "Y":["a","b","c"]})
df
#+end_src
#+RESULTS:
: X Y
: 0 1 a
: 1 2 b
: 2 3 c
compared to your [1] example of reticulate is easier to work with.
https://github.com/jackkamm/ob-reticulate
Best regards,
Jeremie
On Saturday, 27 Feb 2021 at 06:15, Jack Kamm wrote:
> Hi all,
>
> ob-reticulate is now available on MELPA.
>
> You can find more information here:
> https://github.com/jackkamm/ob-reticulate
>
> Cheers,
> Jack
>
--
Jeremie Juste
next prev parent reply other threads:[~2021-02-27 17:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-24 15:26 [RFC] ob-reticulate: R+Python interface from Babel Jack Kamm
2020-08-25 23:34 ` Kyle Andrews
2020-08-29 13:23 ` Kyle Meyer
2020-09-04 7:14 ` Bastien
2020-10-12 4:15 ` Jack Kamm
2021-02-27 14:15 ` Jack Kamm
2021-02-27 17:24 ` Jeremie Juste [this message]
2021-03-02 23:52 ` Jack Kamm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v9adctkq.fsf@gmail.com \
--to=jeremiejuste@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jackkamm@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).