[IPython-User] Custom prompt in/out from config file
Gökhan Sever
gokhansever@gmail....
Wed Nov 30 19:59:18 CST 2011
Hello,
This is with Python 2.7, IPython 0.12.beta (a checkout about an hour ago)
I have these following lines in my ipython_config.py
c.TerminalInteractiveShell.prompt_in1 = 'I\\# '
c.TerminalInteractiveShell.prompt_out = 'O\\# '
But IPython shows prompts in its way:
In [1]: a = 5
In [2]: a
Out[2]: 5
Any ideas?
Thanks.
--
Gökhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20111130/11bb9141/attachment.html
More information about the IPython-User
mailing list