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