Python shell use ipython

This commit is contained in:
Evie Litherland-Smith 2025-01-29 13:52:22 +00:00
parent 65a0fd0838
commit 721afd5ebf

View file

@ -1160,7 +1160,8 @@
(t '("pyflakes"))))))) (t '("pyflakes")))))))
:custom :custom
(python-interpreter "python3") (python-interpreter "python3")
(python-shell-interpreter "python3") (python-shell-interpreter "ipython3")
(python-shell-interpreter-args "-i --simple-prompt")
(python-shell-dedicated nil) (python-shell-dedicated nil)
(python-shell-completion-native-enable nil) (python-shell-completion-native-enable nil)
(python-indent-guess-indent-offset nil) (python-indent-guess-indent-offset nil)