πŸ““ using-python-in-org.md by @neil β˜†

Using Python in org

Setup

To avoid [[Importmagic and/or epc not found]], [[Wrong version of Python in org code blocks]], I’ve got the following config options set:

(setq python-shell-interpreter "python3")
(setq org-babel-python-command "python3")