MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: InitializationCell

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55062] Re: InitializationCell
  • From: "Carl K. Woll" <carlw at u.washington.edu>
  • Date: Fri, 11 Mar 2005 04:20:36 -0500 (EST)
  • Organization: University of Washington
  • References: <d0p85d$j69$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Chris,

To get rid of this dialog box, you must set the option 
InitializationCellWarning to False at both the notebook and global levels. 
However, note that with the warning set to False at the global level, a 
malicious notebook can silently execute code without your knowledge. For 
example, suppose a notebook has the option InitializationCellEvaluation set 
to True and the option InitializationCellWarning set to False. When this 
notebook is opened, the kernel is started and all of the initialization 
cells will execute automatically. You'll have to decide if the convenience 
of avoiding the dialog box is worth the risk.

Carl Woll

"Chris Carlen" <crcarleRemoveThis at BOGUSsandia.gov> wrote in message 
news:d0p85d$j69$1 at smc.vnet.net...
> Hi:
>
>
> I set this option for a cell to turn off the spelling warnings.  But
> when starting to evaluate cells in the newly opened notebook, I am
> presented with a dialog asking if I want to automatically evaluate
> initialization cells.
>
> Well, duh!
>
> How can I make it automatic without handholding in the form of this 
> dialog?
>
>
> Thanks.
>
>
> -- 
> _______________________________________________________________________
> Christopher R. Carlen
> Principal Laser/Optical Technologist
> Sandia National Laboratories CA USA
> crcarleRemoveThis at BOGUSsandia.gov
> NOTE, delete texts: "RemoveThis" and "BOGUS" from email address to reply.
> 



  • Prev by Date: Re: a request for WRI
  • Next by Date: Re: InitializationCell
  • Previous by thread: Re: InitializationCell
  • Next by thread: Re: InitializationCell