emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dushyant Juneja <juneja.dushyant@gmail.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: org-babel python eval discrepancy
Date: Thu, 03 Aug 2017 17:31:12 +0000	[thread overview]
Message-ID: <CAJkb0UPkdsagsN7ORspT9MtgxqgRKCL3OQd33X45t2TtaVw+xA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 636 bytes --]

Hi,

I have the following code block in my org mode based literate programming
notes:

#+BEGIN_SRC python
print('1+2 > 4 is ', 1+2 > 4)
print("What is 3 + 2?", 3 + 2)
#+END_SRC

When I tangle it and run the script, it gives me expected output as follows:

> python notes.py
1+2 > 4 is  False
What is 3 + 2? 5

However, in buffer evaluation (using =C-c C-c= with cursor on src block)
gives me the following output, which seems unexpected:

#+BEGIN_SRC python
print('1+2 > 4 is ', 1+2 > 4)
print("What is 3 + 2?", 3 + 2)
#+END_SRC

#+RESULTS:
: ('1+2 > 4 is ', False)
: ('What is 3 + 2?', 5)

Any hints what may be going wrong?

Dushyant

[-- Attachment #2: Type: text/html, Size: 1541 bytes --]

             reply	other threads:[~2017-08-03 17:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-03 17:31 Dushyant Juneja [this message]
2017-08-03 18:22 ` org-babel python eval discrepancy Dov Grobgeld
2017-08-03 18:54   ` Dushyant Juneja
2017-08-03 18:31 ` Adam Porter

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=CAJkb0UPkdsagsN7ORspT9MtgxqgRKCL3OQd33X45t2TtaVw+xA@mail.gmail.com \
    --to=juneja.dushyant@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).