Elpy使用默认的python解释器(elpy-django-command shell),我想知道是否可以使用Ipython。
发布于 2021-05-16 03:00:24
是。请参阅interactive-python上的elpy文档。设置
(setq python-shell-interpreter "ipython"
python-shell-interpreter-args "-i --simple-prompt")https://stackoverflow.com/questions/65123562
复制相似问题