emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Python loops with ":results output"


From: John Kitchin
Subject: Re: [O] Python loops with ":results output"
Date: Tue, 21 Feb 2017 08:58:59 -0500


On Mon, Feb 20, 2017 at 11:04 PM, Seb <address@hidden> wrote:
#+BEGIN_SRC python :session :results output :exports results
for i in range(3):
    print("Iter {0}".format(i))

#+END_SRC

Try using ob-ipython. It doesn't have that issue for me.


John

-----------------------------------
Professor John Kitchin 
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803

reply via email to

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