0

Elpy uses the default python interpreter (elpy-django-command shell), I wondered if it is possible to use Ipython instead.

flex99
  • 11
  • 2

1 Answers1

1

Yes. See the elpy docs on interactive-python. Set

(setq python-shell-interpreter "ipython"
      python-shell-interpreter-args "-i --simple-prompt")
al0
  • 308
  • 1
  • 2
  • 13