Re: [Tutor] Does IPython have a restart?

2008-07-17 Thread Dick Moores
At 07:55 AM 7/16/2008, Dick Moores wrote: I mean something equivalent to what you get when you do a Ctrl+F6 in IDLE: import math math.log(3) 1.0986122886681098 === RESTART === math.log(3) Traceback

[Tutor] Does IPython have a restart?

2008-07-16 Thread Dick Moores
I mean something equivalent to what you get when you do a Ctrl+F6 in IDLE: import math math.log(3) 1.0986122886681098 === RESTART === math.log(3) Traceback (most recent call last): File pyshell#9,

Re: [Tutor] Does IPython have a restart?

2008-07-16 Thread Kent Johnson
Just quit and relaunch? Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Does IPython have a restart?

2008-07-16 Thread Dick Moores
At 10:31 AM 7/16/2008, Kent Johnson wrote: Just quit and relaunch? Kent Well, if that what Kent, a long-time IPython user does, I guess I'm stuck with doing that, but I don't like it. Dick ___ Tutor maillist - Tutor@python.org

Re: [Tutor] Does IPython have a restart?

2008-07-16 Thread Kent Johnson
On Wed, Jul 16, 2008 at 4:31 PM, Dick Moores [EMAIL PROTECTED] wrote: At 10:31 AM 7/16/2008, Kent Johnson wrote: Just quit and relaunch? Kent Well, if that what Kent, a long-time IPython user does, I guess I'm stuck with doing that, but I don't like it. Actually I don't do that, I

Re: [Tutor] Does IPython have a restart?

2008-07-16 Thread Dick Moores
At 02:07 PM 7/16/2008, Kent Johnson wrote: On Wed, Jul 16, 2008 at 4:31 PM, Dick Moores [EMAIL PROTECTED] wrote: At 10:31 AM 7/16/2008, Kent Johnson wrote: Just quit and relaunch? Kent Well, if that what Kent, a long-time IPython user does, I guess I'm stuck with doing that, but I don't

Re: [Tutor] Does IPython have a restart?

2008-07-16 Thread Alan Gauld
Dick Moores [EMAIL PROTECTED] wrote Caveat: I have no experience with IPython whatsoever. I have a big, 2000-line module, mycalc.py that is a collection of useful functions, most written by myself. I often import one or another function from it and use it in the Ulipad shell. Then I see that

Re: [Tutor] Does IPython have a restart?

2008-07-16 Thread Kent Johnson
On Wed, Jul 16, 2008 at 8:10 PM, Alan Gauld [EMAIL PROTECTED] wrote: Dick Moores [EMAIL PROTECTED] wrote Caveat: I have no experience with IPython whatsoever. I have a big, 2000-line module, mycalc.py that is a collection of useful functions, most written by myself. I often import one or