[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] named python session
From: |
Andreas Leha |
Subject: |
[O] named python session |
Date: |
Wed, 12 Aug 2015 16:06:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) |
Hi python users,
I have a simple question to all python users. I have a source block
with a named python session, e.g.
#+begin_src python :results output :session mypy
x = 1
print x
#+end_src
Now I
- execute that source block and then I
- edit that block in its own buffer via C-c '.
My question:
How do I associate that with the python process in *mypy*?
I am asked to start python when I run python-shell-send-region.
Thanks,
Andreas
- [O] named python session,
Andreas Leha <=