emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Python loops with ":results output"
@ 2017-02-21  4:04 Seb
  2017-02-21 13:58 ` John Kitchin
  0 siblings, 1 reply; 4+ messages in thread
From: Seb @ 2017-02-21  4:04 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-21 22:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21  4:04 Python loops with ":results output" Seb
2017-02-21 13:58 ` John Kitchin
2017-02-21 20:56   ` Sebastian P. Luque
2017-02-21 22:08     ` John Kitchin

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).