Tagged Questions
0
votes
1answer
21 views
Copy to clipboard from IPython using Windows 7
I am running IPython on Windows 7 and can use the %paste magic command to paste from the clipboard. However, I cannot copy from IPython to the clipboard. I want to copy code snippets from IPython and ...
0
votes
0answers
63 views
IPython --pylab working in emacs under windows
I am trying to get
ipython --pylab
working within emacs on windows.
I have the latest ipython.el
I am using python2.7, with the latest versions of emacs for windows.
I am using the latest distribution ...
1
vote
1answer
124 views
ipython won't run on Windows
After installing ipython on Windows via pip install ipython, I am unable to run it and receive the following error.
> ipython
Traceback (most recent call last):
File ...
0
votes
1answer
49 views
How to change drive in IPython under windows
How can I change drive letter while in IPython under windows?
For example, !cd W: does not make W: the current path, it just changes the path if you would change to drive W.
Changing to a dos shell ...
1
vote
3answers
275 views
IPython buffer and pagination in Enthought Canopy
I'm using Enthought's beta distribution of Python Canopy 0.9.1 on Windows 7. How do I increase the size of my IPython buffer. Also how do I pipe the output of a command through a paginator; output is ...
4
votes
2answers
240 views
exit on KeyboardInterrupt after generating plots in while loop
I am monitoring an experiment in real time using matplotlib to generate plots in a while loop. Ideally, the loop should exit on something like a KeyboardInterrupt. This works well enough in an Ubuntu ...
2
votes
2answers
79 views
ipython: temporarily go to shell and later return to current ipython session
I'm running ipython from Windows command line. I wonder if there's a feature in ipython that allows me to temporarily goes to the shell (cmd.exe) and later returns to the current ipython session.
I'm ...
0
votes
1answer
236 views
How to install python 3.2.3 on Windows 7 enterprise
although I have been using python a long time very easily in a Linux environment, I have tremendous trouble to even install it correctly in a windows environment. I hope this is a question to be asked ...
1
vote
1answer
237 views
iPython ssh from Windows qtconsole to a remote iPython kernel
I want to run an iPython kernel on a Linux box and then connect to it remotely on a windows machine. The ipython kernel works fine and I can connect a qtconsole to it locally on the Linux box.
On ...
1
vote
2answers
1k views
installing IPython with two versions of Python (Windows)
Is it possible to have IPython (0.12) installed on the same
system with two different versions of Python (v 2.7 and 3.2)? Currently I have both versions of Python running happily on my system.
I am ...
0
votes
1answer
804 views
Pandas cannot be imported into IPython
I am running Windows 7.0, with Python2.7. I installed pandas before installing ipython0.12.1(stable).
When I run 'import pandas' in IPython.exe I get the error message: 'No module named pandas'
If ...
0
votes
4answers
307 views
Running IPython after changing the filename of python.exe
If I rename the python interpreter from C:\Python27\python.exe to C:\Python27\python27.exe and run it, it will not complain.
But if I now try to run C:\Python27\Scripts\ipython.exe, it will fail to ...
5
votes
1answer
2k views
IPython on Windows - No highlighting or Auto-complete
this has been an issue for a long time for me, but as I mainly develop using Linux I never really cared much about this problem till now.
iPython on Windows lacks various features.
I really miss ...
1
vote
1answer
679 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 ...
6
votes
3answers
2k views
Weird problem with input encoding in IPython
I'm running python 2.6 with latest IPython on Windows XP SP3, and I have two questions. First one of my problems is, when under IPython, I cannot input Unicode strings directly, and, as a result, ...
5
votes
3answers
2k views
How to configure IPython to use gvim on Windows?
This really looks like something I should be able to find on Google, but for some reason I can't make heads or tails of it. There's the EDITOR environment variable, the ipy_user_conf.py file, the ...
