Re: Commands to restore Kernel ?
- To: mathgroup at smc.vnet.net
- Subject: [mg30611] Re: Commands to restore Kernel ?
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Fri, 31 Aug 2001 04:09:36 -0400 (EDT)
- References: <9mksj4$1sj$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Deborah, Quit[] will give a fresh start. But it needs to be entered separately, from its own cell, before subsequent inputs are entered. -- Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 "Deborah Dora" <mochueloNxOxSxPxAxM at myrealbox.com> wrote in message news:9mksj4$1sj$1 at smc.vnet.net... > Hi, > > Is there any command or sequence of commands equivalent to {Quit > Kernel}+{Start Local Kernel} ? > I would like to include those commands at the beginning of all my programs, > so that if I execute from there, I know Mathematica will not remember any > variable or function I may have previously defined, and also, the In[] and > Out[] numbering will start again from there. I have tried with Clear, but > still have not found the best way. > > Thank you, > > >