[IPython-user] prompt problems
Bengt Frost
bengtfrost at users.sourceforge.net
Thu Mar 17 16:46:45 CST 2005
Hi,
I (still) have problem as follows:
Python 2.3.4 (#1, Feb 7 2005, 20:36:44)
Type "copyright", "credits" or "license" for more information.
IPython 0.6.12 -- An enhanced Interactive Python.
? -> Introduction to IPython's features.
%magic -> Information about IPython's 'magic' % functions.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
bfrost[~] In[1] >>> for x in range(10):
<ERROR: PromptOut instance has no attribute 'col_p2'>
My ~/.ipython/ipythonrc(with extra space):Python 2.3.4 (#1, Feb 7 2005,
20:36:44)
# Added:
prompt_in1 '\C_LightRed\u\C_LightBlue[\C_LightBlue\Y1\C_LightBlue]
In[\C_LightGreen\#\C_LightBlue] \C_LightBlue>>> '
# \D is replaced by as many dots as there are digits in the
# current value of \#.
prompt_in2 ' .\D.: '
prompt_out 'Out[\#]: '
Any ideas? Thanks!
Regards
--Bengt Frost
More information about the IPython-user
mailing list