emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Python loops with ":results output"


From: Seb
Subject: [O] Python loops with ":results output"
Date: Mon, 20 Feb 2017 22:04:26 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hello,

Is it not possible to avoid having the continuation triple dots in the
first output line when capturing output from a Python loop?

---<--------------------cut here---------------start------------------->---
Export artifact:

#+BEGIN_SRC python :session :results output :exports results
for i in range(3):
    print("Iter {0}".format(i))

#+END_SRC

#+RESULTS:
: 
: ... Iter 0
: Iter 1
: Iter 2
---<--------------------cut here---------------end--------------------->---

Thanks for any advice,

-- 
Seb




reply via email to

[Prev in Thread] Current Thread [Next in Thread]