John Hunter wrote:
 > On Feb 12, 2008 12:17 PM, Neal Becker <[EMAIL PROTECTED]> wrote:
 >
 >> If invoked from M-x py-shell doesn't work.
 >>
 >> Now if I could just figure out where to modify the way py-shell invokes
 >> ipython to add the -pylab.  Doc say C-u M-x py-shell would prompt 
for args,
 >> but the doc lies.

I use:

(require `python-mode)
; for python-mode.el from http://sourceforge.net/projects/python
; If you are using the default emacs python-mode, comment out the following
; two lines
(setq py-shell-switch-buffers-on-execute nil)
(setq py-python-command-args '("-pylab"  "-colors" "LightBG" "-p" "phil"))
(require `ipython)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to