From 721afd5ebf7992ee0912deecd832233536342a18 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 29 Jan 2025 13:52:22 +0000 Subject: [PATCH] Python shell use ipython --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index ee563e2..9d2d866 100644 --- a/init.el +++ b/init.el @@ -1160,7 +1160,8 @@ (t '("pyflakes"))))))) :custom (python-interpreter "python3") - (python-shell-interpreter "python3") + (python-shell-interpreter "ipython3") + (python-shell-interpreter-args "-i --simple-prompt") (python-shell-dedicated nil) (python-shell-completion-native-enable nil) (python-indent-guess-indent-offset nil)