[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org babel output
From: |
Matt |
Subject: |
Re: org babel output |
Date: |
Mon, 03 Jul 2023 20:34:39 +0200 |
User-agent: |
Zoho Mail |
---- On Sat, 01 Jul 2023 05:52:42 +0200 Robert Synofzik wrote ---
> Hello,
> the exact same error occurs for me:
> https://emacs.stackexchange.com/questions/72243/macos-org-babel-python-with-session-output-give-python-el-eval
>
> do you possibly have any idea on how to fix this?
Just to check, because you didn't explicitly say it in your message, does the
solution given in the StackExchange not work for you? That is, do you get a
different result when you name the session? What happens when you run the
following?
#+begin_src python :session my-named-session :results output
print("yes")
#+end_src