[IPython-user] IPython Color help on windows cmd shell
Ryan Krauss
ryanlists@gmail....
Sat Oct 13 11:09:30 CDT 2007
FWIW, my scipy profile wasn't respecting the LightBG prompt colors.
After some poking around, I came up with this fairly intuitive
solution which I place in ipy_profile_scipy.py
o = ip.options
ip.options.colors='LightBG'
(inside main).
On 10/13/07, Ryan Krauss <ryanlists@gmail.com> wrote:
> I had to set
> colors LightBG
> in the old ipythonrc (I assume that is old and may be replaced?), but
> I am in business. It looks nice (projector friendly).
>
> Thanks,
>
> Ryan
>
> On 10/13/07, Ryan Krauss <ryanlists@gmail.com> wrote:
> > So, I am starting to uninstall everything to do a clean install. Once
> > I do, where in the new profiles do I set the equivalent of LightBG?
> > Does that only affect the prompt color? Do I need to do anything
> > else? Is changing the background and text color of the DOS window the
> > main thing?
> >
> > Thanks,
> >
> > Ryan
> >
> > On 10/13/07, Fernando Perez <fperez.net@gmail.com> wrote:
> > > On 10/12/07, Ryan Krauss <ryanlists@gmail.com> wrote:
> > > > Sorry to hijack/resurrect an old thread, but I have the same problem
> > > > and this solution didn't work for me. What all do I need to do to
> > > > adequately clean my installation and what files do I need to install?
> > > > Fernando mentioned SVN IPython and PyReadline. I tried the IPython
> > > > SVN in
> > > > http://ipython.scipy.org/dist/testing/
> > > > but didn't see an SVN PyReadline in there. Should 1.4.4 work? What
> > > > other files should I be using? How do I get more info to help debug
> > > > this? I want a pretty screen like Fernando's.
> > >
> > > I've just uploaded a test release of current pyreadline SVN. Let us
> > > know how this works for you, it might be a good idea to put a release
> > > out for this too...
> > >
> > > cheers,
> > >
> > >
> > > f
> > >
> >
>
More information about the IPython-user
mailing list