[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Fix ob-python.el initiate session error with py-shell
From: |
stardiviner |
Subject: |
[PATCH] Fix ob-python.el initiate session error with py-shell |
Date: |
Tue, 18 Feb 2020 20:55:41 +0800 |
User-agent: |
mu4e 1.3.8; emacs 27.0.50 |
When I have a python src block like this:
#+begin_src python :session "test" :results output
print("hello, world")
#+end_src
It will report session error.
This minor patch should fixed ~py-shell~ initiate Python session issue.
--
[ stardiviner ]
I try to make every word tell the meaning what I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
0001-lisp-ob-python.el-org-babel-python-initiate-session-.patch
Description: Text Data
signature.asc
Description: PGP signature
- [PATCH] Fix ob-python.el initiate session error with py-shell,
stardiviner <=
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, Bastien, 2020/02/18
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, Jack Kamm, 2020/02/18
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, Jack Kamm, 2020/02/18
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, Bastien, 2020/02/18
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, address@hidden, 2020/02/19
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, Jack Kamm, 2020/02/19
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, Bastien, 2020/02/19
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, stardiviner, 2020/02/20
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, Andreas Röhler, 2020/02/20
- Re: [PATCH] Fix ob-python.el initiate session error with py-shell, Bastien, 2020/02/20