Re: Suppress Cell Labels
- To: mathgroup at smc.vnet.net
- Subject: [mg125322] Re: Suppress Cell Labels
- From: "Kevin J. McCann" <kjm at KevinMcCann.com>
- Date: Tue, 6 Mar 2012 06:00:33 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jivcvd$n4g$1@smc.vnet.net>
I suppress the In[] Out[] in all my notebooks this way. Bring up the Options Inspector with ctrl-shift-O (the letter O) The pull-down at the top probably has Selection in it, choose either Global Preferences if you want this to be for all notebooks, or Selected Notebook for just the current one. I did Global. Go to Cell Options -> Cell Labels and set ShowCellLabel to False If you choose Global Preferences, this will apply to all notebooks that you open up whether previously done or generated in the future. Now, if you decide later that you don't like it, you can always change back. I am not sure about some of the posts that warn about "dangers", e.g. preserving a record of the order in which commands are executed. If you just put them in in the correct order this is not a problem, and untangling a misordered set would seem to be difficult under any circumstances. I think the labels are ugly and a distraction. But that is me. Kevin On 3/4/2012 4:34 AM, mathman wrote: > Hi, > > How do I suppress the In[] and Out[] labels ? ... they are of no use > to me. > > regards, > Andrew >