In order to use IPython during Python development in Emacs, I have been opening up a terminal, and typing ipython
. This doesn\'t seem like the right way to do i
Edit: Whoops, the project below is a fork, not the official Prelude project. The second paragraph here still stands. Or you could try the fork.
It looks like Prelude already sets up ipython integration. Maybe your copy is out of date?
If M-x run-python
doesn't launch ipython, try adding (setq python-shell-interpreter "ipython")
to your init file (or just evaluating it) and running M-x run-python
again. After a quick test without Prelude that seems to be all that is necessary.