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

2017-02-21 Thread John Kitchin
The startup is a bit slower I find too. On the other hand I get the right output, async execution, multiple inline images, and export to jupyter notebooks with my scimax modifications. On Tue, Feb 21, 2017 at 3:53 PM Sebastian P. Luque wrote: > On Tue, 21 Feb 2017 08:58:59 -0500, > John Kitchin

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

2017-02-21 Thread Sebastian P . Luque
On Tue, 21 Feb 2017 08:58:59 -0500, John Kitchin wrote: > On Mon, Feb 20, 2017 at 11:04 PM, Seb 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

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

2017-02-21 Thread John Kitchin
On Mon, Feb 20, 2017 at 11:04 PM, Seb 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 K

[O] Python loops with ":results output"

2017-02-20 Thread Seb
Hello, Is it not possible to avoid having the continuation triple dots in the first output line when capturing output from a Python loop? ------ Export artifact: #+BEGIN_SRC python :session :results output :exports results for