File: ob-python.el.html
Org-Babel support for evaluating python source code.
Defined variables (10)
org-babel-header-args:python | Python-specific header arguments. |
org-babel-python--def-format-value | Python function to format value result and save it to file. |
org-babel-python--initialized | Flag used to mark that python session has been initialized. |
org-babel-python--output-graphics-wrapper | Format string for saving Python graphical output. |
org-babel-python-None-to | Replace ‘None’ in python tables with this before returning. |
org-babel-python-command | Command (including arguments) for interactive and non-interactive Python code. |
org-babel-python-command-nonsession | Command (including arguments) for executing non-interactive Python code. |
org-babel-python-command-session | Command (including arguments) for starting interactive Python sessions. |
org-babel-python-eoe-indicator | A string to indicate that evaluation has completed. |
org-babel-python-hline-to | Replace hlines in incoming tables with this when translating to python. |