Fernando Perez | 4 Sep 08:03
Picon
Gravatar

Re: Upcoming features in 0.8.2

On 8/28/07, Steven H. Rogers <steve <at> shrogers.com> wrote:
> Ville M. Vainio wrote:
> > Some of the new features of IPython 0.8.2 (svn) are listed here:
> >
> > http://ipython.scipy.org/moin/WhatsNew082
> >
> > If you want to test it out (please do!), get the nightly svn snapshot at:
> >
> > http://ipython.scipy.org/dist/nightly_svn/ipython.tgz
> >
> I've installed this on a Python 2.5 / Fedora Core 2 Linux system and a
> Python 2.4 / Fedora Core 6 system.  I haven't seen any issues.

Great Steven, thanks for the report.  We should have this out for real soon now.

Cheers,

f
Fernando Perez | 6 Sep 08:57
Picon
Gravatar

Re: Cmd line flag -i now works as in normal python

On 8/27/07, fred <fredmfp <at> 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
fred | 6 Sep 10:57
Picon

Re: Cmd line flag -i now works as in normal python

Fernando Perez a écrit :
> 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"))
>   
Hmm, obvious if I had read the source ;-)

Thanks !

Cheers,

--

-- 
http://scipy.org/FredericPetit
Fernando Perez | 7 Sep 09:47
Picon
Gravatar

Re: [IPython-dev] Doctest fixes, testing release out

On 8/23/07, Jörgen Stenarson <jorgen.stenarson <at> bostream.nu> wrote:

> > No, it should just work.  I'm a bit swamped right now, but I'll look
> > into it as soon as I can.  I want all doctest functionality to really
> > 'just work', no fuss.

OK, I got this code in along with other things I had pending for
0.8.2.  Let me know what you see...

Cheers,

f
Fernando Perez | 7 Sep 09:56
Picon
Gravatar

Re: strange issues...

On 8/19/07, fred <fredmfp <at> gmail.com> wrote:

> > Two question marks is your friend; it's one of the better reasons to
> > use IPython, even.
> >
> So it is removed, right ? ;-)

It's back (psource, pdoc, pdef, pfile are all back).  They provide
more specific uses that ?? doesn't, so they're active again in the
main code, and will stay there.

I mostly use ?? also, but those have a use in certain cases (and were
used by many).

Cheers,

f
Fernando Perez | 7 Sep 10:05
Picon
Gravatar

Re: strange issues...

On 8/19/07, fred <fredmfp <at> gmail.com> wrote:

> 2) in the doc, page 76, one can read
>
> $astr = ls *.py
>
> But:
>
> marsu:~/{1}/> $astr = ls *.py
> ------------------------------------------------------------
>    File "<ipython console>", line 1
>      $astr = ls *.py
>      ^
> SyntaxError: invalid syntax
>
>
> What's wrong ?

Those require the 'pysh' profile.  There's also a new 'sh' profile
that does similar things, but isn't described in the manual,
unfortunately.

Cheers,

f
fred | 7 Sep 10:14
Picon

Re: strange issues...

Fernando Perez a écrit :
> On 8/19/07, fred <fredmfp <at> gmail.com> wrote:
>
>   
>>> Two question marks is your friend; it's one of the better reasons to
>>> use IPython, even.
>>>
>>>       
>> So it is removed, right ? ;-)
>>     
>
> It's back (psource, pdoc, pdef, pfile are all back).  They provide
> more specific uses that ?? doesn't, so they're active again in the
> main code, and will stay there.
>   
Good ;-)
For which version ?
I use #2665.

Cheers,

--

-- 
http://scipy.org/FredericPetit
fred | 7 Sep 10:16
Picon

Re: strange issues...

Fernando Perez a écrit :
> On 8/19/07, fred <fredmfp <at> gmail.com> wrote:
>   
> Those require the 'pysh' profile.  There's also a new 'sh' profile
> that does similar things, but isn't described in the manual,
> unfortunately.
>   
Ok, thanks.

--

-- 
http://scipy.org/FredericPetit
Ville M. Vainio | 7 Sep 10:43
Picon
Gravatar

Re: strange issues...

On 9/7/07, fred <fredmfp <at> gmail.com> wrote:

> > Those require the 'pysh' profile.  There's also a new 'sh' profile
> > that does similar things, but isn't described in the manual,
> > unfortunately.
> >
> Ok, thanks.

Generally, %quickref is a more up-to-date source than manual.

--

-- 
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
Ville M. Vainio | 7 Sep 10:49
Picon
Gravatar

win32: ctrl + break exits IPython immediately

I think this issue appeared with my new work computer (py 2.5.1,
winxp). Ctrl + c is an ok keyboardinterrupt, ctrl + break exits
IPython immediately with no crash reports or anything.

Please try it on your win32 box and report back.

--

-- 
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'

Gmane