Fix for new versions of ipython
This commit is contained in:
parent
97d04f99b2
commit
3291c30267
@ -80,8 +80,10 @@
|
|||||||
(use-package python
|
(use-package python
|
||||||
:defer
|
:defer
|
||||||
:config
|
:config
|
||||||
(if (executable-find "ipython")
|
(when (executable-find "ipython")
|
||||||
(setq python-shell-interpreter "ipython")))
|
(setq python-shell-interpreter "ipython")
|
||||||
|
(setq python-shell-interpreter-args "-i --simple-prompt")
|
||||||
|
(add-to-list 'python-shell-completion-native-disabled-interpreters "ipython")))
|
||||||
|
|
||||||
(use-package tramp
|
(use-package tramp
|
||||||
:defer
|
:defer
|
||||||
|
Loading…
Reference in New Issue
Block a user