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
