all messages for Emacs-related lists mirrored at yhetil.org
 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.