Tagged Questions
0
votes
2answers
81 views
ipython in emacs no figure output
i am using emacs 24.3 under windows, ipython 0.13.1, python 2.7.3
i use the python.el with emacs withe the following configure the ipython shell
;; setup ipython for default interpreter
(setq ...
0
votes
0answers
47 views
Tab completion in eshell (emacs) does not work for ipython
I use eshell provided by emacs a lot and like it very much. However, the tab completion does not work for ipython keywords, such as 'import'. Have you met the same problem, and how to set up emacs ...
1
vote
1answer
138 views
Where do I put IPython configuration files?
I have been trying to set my %edit editor to Emacs for a while and made very slow progress.
The IPython 0.13 docs were unclear about how to actually configure this. It told me to set EDITOR to the ...
0
votes
2answers
116 views
The tab indent in emacs ipython shell
The environment is Emacs 24.1.1 on Ubuntu. using Ipython for python programming.
The auto indent is works well when running ipython command on shell directly, but when i come to emacs run ipython ...
0
votes
1answer
154 views
Why does the python interpreter not print input code and output in emacs python shell buffer for python-mode?
My current python setup in emacs is:
(setq py-shell-name "ipython") ;; sudo pip install ipython
(setq py-shell-name "/usr/local/bin/ipython")
(setq py-force-py-shell-name-p t)
(add-to-list 'load-path ...
2
votes
3answers
113 views
Modify face under cursor in Emacs, including on ansi-term
Is there a way to easily modify the font-face under cursor?
For example, the text in blue below is hard to read:
...
0
votes
1answer
33 views
previous item in ipython console emacs shifts text to the left before console prompt
I am using python-mode 6.0.10 with the ipython console. When I try to bring up a previous history item it is shifted to the left preceeding the console input prompt e.g.
In [51]: (hit M-p to get ...
1
vote
1answer
47 views
How can I force emacs to use the bottom window rather than the bottom one when invoking an ipython compilation in a 3 window setup
So I have my emacs window setup with a 3 frame setup as such :
; +-----------------------+
; | | |
; | | |
; +-----------------------+
...
1
vote
2answers
79 views
python: displaying help documents
I am running python-mode with iPython in emacs. Especially with numpy packages, when I type
[1]: help(numpy.array)
or anything similar in the interactive buffer, pages and pages of documentation ...
3
votes
1answer
313 views
Emacs: How to configure Emacs for iPython, pylint and autocompletion support?
I am an intermediate Python programmer that uses Eclipse with the Pydev plugin.
Now I plan to switch to Emacs to speed up coding. I am struggling with the Emacs configuration
and want to add support ...
0
votes
1answer
56 views
Accessing IPython functionality from the debugger
I have noticed that some of the ipython functionality is not available from the debugger. For example, the ? and ?? operands for variable introspection don't work:
e.g.
ipython> run ...
0
votes
3answers
354 views
Sending code from Python buffer to IPython session running from M-x ansi-term
Say I open a terminal emulator in Emacs with M-x ansi-term. This opens a buffer in Emacs with the shell of my choice. Say I then run ipython from this shell. Can I send code to this ipython session ...
2
votes
2answers
595 views
IPython support on Emacs 24.x
I am confused about the integration of IPython with Emacs. Starting with Emacs 24, Emacs ships with it's own python.el. Does this file have support for IPython or just for Python?
Also, the Emacswiki ...
2
votes
2answers
305 views
Running python inside emacs on Windows
I've just installed Python 2.7 on windows along with ipython
I'm used to running ipython form within emacs on Linux, e.g.
M-x shell
then type 'ipython' at the prompt.
This works fine under linux ...
0
votes
1answer
296 views
ipython under Emacs for WIndows hangs shell
Hi I recently downloaded ipython 0.12.1 – April 2012 and got it to work under Windows' terminal. i.e. I open a command prompt and type ipython and then the ipython prompt appears.
All good and dandy ...
3
votes
2answers
277 views
ipython emacs IndentationError
Really annoying problem in ipython prompt in emacs:
In [128]: if 1==1:
.....: print "yes"
.....: else:
.....: print "no"
.....:
IndentationError: unindent does not match ...
2
votes
0answers
262 views
IPython auto-completion emacs24 doesn't work
I'm using emacs24.0.92 with IPython 12.
I took ipython.el file from IPython repository and also tried this patch however auto-completion still does not work for me.
Can someone give any hint about it ...
1
vote
2answers
297 views
Error message: Symbol's value as variable is void: erg when using ipython with python-mode
In my case, I got the error upon entering the first line into an ipython buffer. This appears to be a known bug in python-mode 6.0.4.
3
votes
2answers
200 views
Emacs responds slow: how to profile?
I'm sometimes experiencing some Emacs. Sometimes emacs spends an awful lot of time in saving a file. I haven't quite figured out why and when it happens. It seems to occur when using IPython and ...
4
votes
4answers
137 views
C-a to go to the first character in emacs using ipython-mode
C-a brings me back to the beginning of the line. But I would like C-a to bring me back to the beginning of the text when writing python code.
if(test) :
print 'this is a test' # here i want to ...
6
votes
3answers
4k views
Ipython Emacs integration
Has anyone managed to get Emacs 23, python-mode.el and ipython.el working together recently?
my .emacs looks like this:
(add-to-list 'load-path "~/.emacs.d/python-mode.el-6.0.3/")
(require ...
1
vote
1answer
171 views
how to clear ipython buffer in emacs?
I am running and interactive ipython shell in an emacs buffer using ipython.el. I wonder if there is a way to clear the screen? Since it is not running on a terminal, the import os; os.system('CLS') ...
0
votes
1answer
54 views
ipython in emacs — open help in separate file?
Rather than having the contents of a long help() call to a function print in the ipython shell buffer, is it possible to specify that the contents should be opened in a separate buffer?
0
votes
1answer
394 views
Emacs Lisp: Open a new frame, start IPython, run previous buffer
I want to write an ELisp function to start a Python interpreter (IPython) in a new frame and then run the contents of the previous buffer in the IPython interpreter. I am using Emacs 23.3.1, ...
2
votes
1answer
350 views
Ipython shell won't start
I have ipython.el and python-mode.el installed in my path, and I have the following added to my init.el:
(autoload 'python-mode "python-mode" "Python editing mode." t)
(setq auto-mode-alist (cons ...
1
vote
3answers
238 views
Strange behavior with ipython in Emacs
I'm having a small problem using ipython as my python interpreter with python-mode.el. everything functionally works, but pressing RET jumps ahead two lines (whether I've entered an expression or not) ...
4
votes
2answers
365 views
How can I interrupt the IPython interpreter as opened in emacs?
Let's say I accidentally evaluate an enormous variable--a list with a ba-jillion elements, or whatever. As they scroll down my screen and my computer crawls to a halt, is there a good way to ...
2
votes
1answer
182 views
How can I set up two, parallel buffers in emacs to edit Python files in one and execute in an IPython shell in the other?
I'm trying to setup ipython.el in emacs23. I've successfully installed it (after putting python-mode.el in my load-path to supplant python.el which comes pre-installed with emacs). And I can even ...
4
votes
2answers
1k views
IPython in Emacs. Quick code evaluation
Update: The question still lacks a satisfactory answer.
I would like to "send" code snippets to a IPython interpreter in Emacs 23.2 (Linux). Assuming that I have already started an IPython shell in ...
4
votes
2answers
685 views
ipython from emacs on windows XP, no prompt and no print output
I want to integrate ipython to emacs 23, on windows XP.
I could find quite some information online, but nothing did the trick.
The following is required in my ~/.emacs.d/init.el:
python-mode
pymacs
...
1
vote
1answer
681 views
Please Help: IPython for Emacs on Windows crashes
Questions Update: Why there is no In[1]: prompt?
Please see the following output of IPython command line in Emacs.
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
Type ...
5
votes
4answers
1k views
How to run django shell from Emacs?
I'd like to be able to run ./manage.py shell in an Emacs buffer, with all the nice stuff that you get from ipython, like magic commands and autocompletion. Ideally I would also like to be able ...
3
votes
2answers
367 views
Is there an ipython equivalent for erlang?
Coming from Python I am looking for some "easy to try out" shell like Python has with ipython (preferably with Emacs support). In the Erlang shell you always have to first compile (c(...)) which slows ...
8
votes
2answers
4k views
How do I use IPython as my Emacs Python interpreter?
I'm running Emacs 22.1.1 and IPython 0.9.1 on OS X and I'd like to be able to run lines/methods/snippets of Python code from my current buffer on demand inside an IPython interpreter.
What do I need ...
24
votes
4answers
12k views
Emacs 23 and iPython
Is there anyone out there using iPython with emacs 23? The documents on the emacs wiki are a bit of a muddle and I would be interested in hearing from anyone using emacs for Python development. Do you ...
