emacs.d/bundle/elpy-settings.el
2020-02-24 18:17:14 +01:00

5 lines
147 B
EmacsLisp

(setenv "IPY_TEST_SIMPLE_PROMPT" "1")
(setq python-shell-interpreter "ipython"
python-shell-interpreter-args "-i")
(provide 'elpy-settings)