emacs.d/bundle/elpy-settings.el

6 lines
147 B
EmacsLisp
Raw Normal View History

2020-02-24 18:17:14 +01:00
(setenv "IPY_TEST_SIMPLE_PROMPT" "1")
(setq python-shell-interpreter "ipython"
python-shell-interpreter-args "-i")
(provide 'elpy-settings)