Variable: org-babel-python-mode

org-babel-python-mode is a variable defined in org-compat.el.

This variable is obsolete since 9.7; Only the built-in Python mode is supported in ob-python now.

Value

python

Documentation

Python mode for use in running python interactively.

Source Code

;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(defconst org-babel-python-mode 'python
  "Python mode for use in running python interactively.")