[IPython-user] Cmd line flag -i now works as in normal python
Fernando Perez
fperez.net@gmail....
Thu Sep 6 01:57:06 CDT 2007
On 8/27/07, fred <fredmfp@gmail.com> wrote:
> I use iptyhon in a console shell and under my XEmacs.
>
> I like my ipython prompt in console,
> but I want another one under XEmacs,
> since my rxvt background color is quite dark, and
> my XEmacs background color is quite light.
>
> Any suggestion ?
Sorry for the delay... Here's what I use for that same problem (from
my emacs config):
(require 'ipython)
;; Configure the ipython call for pylab use
(setq py-python-command-args '("-pylab" "-p" "pylab" "-colors" "LightBG"))
Cheers,
f
More information about the IPython-user
mailing list