python - IPython on Emacs 24.2 doesn't work -
i'm beginner in emacs , i'm trying extend acts comfortable python ide. trouble can't seem integrate ipython emacs. i'm running emacs 24.2 ipython 0.13.2 on xubuntu 13.04.
i tried adding .emacs file:
(setq python-shell-interpreter "ipython" python-shell-interpreter-args "" python-shell-prompt-regexp "in \\[[0-9]+\\]: " python-shell-prompt-output-regexp "out\\[[0-9]+\\]: " python-shell-completion-setup-code "from ipython.core.completerlib import module_completion" python-shell-completion-module-string-code "';'.join(module_completion('''%s'''))\n" python-shell-completion-string-code "';'.join(get_ipython().completer.all_completions('''%s'''))\n")
but running python console emacs (python > start interpreter) brings "inferior python mode". tried "emacs-ipython-notebook" doesn't seem i'm looking for...
thanks!
emacs 24.3 comes different python.el 24.2. install points @ symbols of 24.3, 24.2 python.el ignore this.
Comments
Post a Comment