Emacs and interactive Python
Make sure the package `elpa-elpy` is installed
sudo apt-get install elpa-elpy
- open a python file and press Ctrl-c Ctrl-p to start a python session in an emacs window.
- M-x elpy-enable to start elpy
Now you can press Ctrl-return to evalute lines in the source in the python-session-window.
comments powered by