-
as seen on Super User
- Search for 'Super User'
Hello, I love iPython, but I dislike the bright green and red prompt colours, and the all the various colours whenever there are error messages.
Is there any way to customize these? Neither the beige nor the linux colour set suits my needs.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Tab completion on IPython seems not to be working. For example,
import numpy
numpy.<tab>
simply adds a tab.
import numpy
num<tab>
just adds a tab, too. Could you please suggest some possible causes for this problem? I am running Windows 7 and Python 2.6.5.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I am wondering a good way to follow if i would like to redefine the members of a previous defined class in ipython.
say :
I have defined a class intro like below, and later i want to redefine part of the function definition _print_api. Any way to do that without retyping it .
class intro(object):
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am developing PyQt software for my lab. In this software, I am loading different kind of RAW and analyzed data from a mySQL database (usually in arrays).
I would like to integrate an Iython console in a Widget, so that I could interact easily with these data.
I had some difficulties with Ipython…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've just recently switched over to using 64-bit Python 2.6.1 on Mac OS X 10.6 (Snow Leopard). IPython won't work with Django anymore, but IPython works from the command-line.
The error says:
shell = IPython.Shell.IPShell(argv=[])
AttributeError: 'module' object has no attribute 'Shell'
I…
>>> More