Function: org-babel-python-associate-session
org-babel-python-associate-session is a byte-compiled function defined
in ob-python.el.gz.
Signature
(org-babel-python-associate-session SESSION)
Documentation
Associate Python code buffer with an Python session.
Make SESSION without earmuffs be the Python buffer name.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-python.el.gz
(defun org-babel-python-associate-session (session)
"Associate Python code buffer with an Python session.
Make SESSION without earmuffs be the Python buffer name."
(setq-local python-shell-buffer-name
(org-babel-python-without-earmuffs session)))