|
[Date Index]
[Thread Index]
[Author Index]
Re: Quit and Restart kernel quickly?
- To: mathgroup at smc.vnet.net
- Subject: [mg127292] Re: Quit and Restart kernel quickly?
- From: James Stein <mathgroup at stein.org>
- Date: Sat, 14 Jul 2012 01:30:48 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20120713065422.3A5816862@smc.vnet.net>
Most of my notebooks begin with a cell that begins thus:
SetDirectory [ NotebookDirectory [ ] ] ;
Needs ["this`"] ;
Needs ["that`"] ;
etc.
When I have issues such as shadowing, I put another cell on top:
Quit [ ] ;
To "quit and restart the kernel", as you put it, I click in the top
cell, then in the cell immediately below. No need to use the menu even
once. HTH
On Thu, Jul 12, 2012 at 11:54 PM, <mstankus at gmail.com> wrote:
>
> Is there a way to quit and restart the kernel quickly?
> I would like to do this without having to use the menu twice.
>
> Thanks.
>
Prev by Date:
Re: Algorithm Analysis Course: Should I use Mathematica for projects?
Next by Date:
Re: SendMail with multiples receives
Previous by thread:
Quit and Restart kernel quickly?
Next by thread:
Re: Quit and Restart kernel quickly?
|