Elpy uses the default python interpreter (elpy-django-command shell), I wondered if it is possible to use Ipython instead.
Asked
Active
Viewed 346 times
Yes. See the elpy docs on interactive-python. Set
(setq python-shell-interpreter "ipython"
python-shell-interpreter-args "-i --simple-prompt")