emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to get inline python code to work with :session option?


From: Ken Mankoff
Subject: Re: [O] How to get inline python code to work with :session option?
Date: Mon, 30 Mar 2015 07:29:08 -0400

I've modified my config to use IPython.

doesn't work:
src_python[]{return 2+3} {{{results(==)}}} 

works w/o 'return':
src_python[:session]{2+3} {{{results(=5=)}}} 

doesn't work:
src_python[:session]{return 2+3}   

  -k.


On 2015-03-30 at 02:41, Richard Stanton <address@hidden> wrote:
> :session doesn't seem to play well with inline code blocks. For
> example, if I press C-c C-c with the cursor in the middle of the
> following inline code,
>
> src_python[]{return 2+3} 
>
> it gets expanded to
>
> src_python[]{return 2+3} {{{results(=5=)}}}       
>
> However, if I do the same with this code block, 
>
> src_python[:session]{return 2+3} 
>
> no results appear in the text buffer, and the mini-buffer displays the 
> message "Code block produced no output."
>
> How can I get inline code to work with :session? 
>
> Thanks.
>
> Richard Stanton




reply via email to

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