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
Copy this:
(defun ipython ()
(interactive)
(term "/usr/bin/ipython"))
Try first launching Emacs as emacs -q from the terminal.
-q means don't load any customized code. It means that in this mode
your emacs will behave exactly like mine.
*scratch* buffer. Press C-y to paste
the code you copied from the browser.ipython pops up.~/.emacs.