emacs-orgmode
[Top][All Lists]
Advanced

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

[O] ob-python specify :session error


From: stardiviner
Subject: [O] ob-python specify :session error
Date: Fri, 29 Dec 2017 19:14:25 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

I have following org content:

I define variable in Python inferior REPL (launched by [M-x run-python])

Python> name = "chris"


#+begin_src python :session "*Python*"
print(name)
#+end_src

But I got error:

> org-babel-python-evaluate-session: Buffer *Python-*Python** does not exist or has no process




reply via email to

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