Choose python3 for org babel

This commit is contained in:
Marcus Kammer 2020-12-02 08:13:53 +01:00
parent 8841959504
commit 41e6a1122e

View file

@ -4,7 +4,7 @@
org-directory "~/Documents/journal/"
org-agenda-files '("~/Documents/journal/")
org-default-notes-file "notes.org"
org-babel-python-command "ipython"
org-babel-python-command "python3"
browse-url-secondary-browser-function 'browse-url-firefox
python-shell-interpreter "ipython"
python-shell-interpreter-args "--simple-prompt -i"))