diadochos / org-babel-eval-in-repl

Send and eval org-mode babel code blocks in various REPLs (therefore it's async)
MIT License
58 stars 8 forks source link

Support for org-babel-python-command #40

Open nicolas-graves opened 2 years ago

nicolas-graves commented 2 years ago

Hi ! I'm testing the package, thanks for this work !

I use my own  org-babel-python-command in my Orgfiles, so that I can rely on a local environment instead of a global one, but the package doesn't seem to take that into account.

My feature-request would be "run python repl with org-babel-python-command by default for python source code blocks." (default is "python" if not set).

Would it possible to implement that ? I do not have enough elisp expertise to tackle that for now, but would be happy to help. Maybe that would also imply some changes in eval-in-repl ?