From: Jack Kamm <jackkamm@gmail.com> To: numbchild@gmail.com, Org Mode <emacs-orgmode@gnu.org> Subject: Re: [BUG] ob-python :results value pp does not working Date: Thu, 30 Dec 2021 09:11:26 -0800 [thread overview] Message-ID: <87czleyq4h.fsf@gmail.com> (raw) In-Reply-To: <PAXPR08MB6640FC6A500B2645A0E015BBA3449@PAXPR08MB6640.eurprd08.prod.outlook.com> For non-session Python blocks, you need to use "return" on the value, as if you are in a function. The following works for me: #+begin_src python :results value pp dic = {'key1': 1, 'b': 2} return dic #+end_src #+RESULTS: : {'b': 2, 'key1': 1}
next prev parent reply other threads:[~2021-12-30 17:12 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-12-29 2:58 Christopher M. Miles 2021-12-30 17:11 ` Jack Kamm [this message] 2021-12-31 2:33 ` Christopher M. Miles 2022-01-01 5:57 ` Jack Kamm 2022-01-01 13:52 ` [SOLVED] " Christopher M. Miles [not found] <m2ilv8i09x.fsf@numbchild> 2021-12-29 3:00 ` Christopher M. Miles
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=87czleyq4h.fsf@gmail.com \ --to=jackkamm@gmail.com \ --cc=emacs-orgmode@gnu.org \ --cc=numbchild@gmail.com \ --subject='Re: [BUG] ob-python :results value pp does not working' \ /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
Code repositories for project(s) associated with this 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).