Re: Saving only input cells
- To: mathgroup at smc.vnet.net
- Subject: [mg15347] Re: [mg15322] Saving only input cells
- From: "Jorge Zickermann" <jzickermann at mail.EUnet.pt>
- Date: Sat, 9 Jan 1999 23:58:13 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Bill, I think you should get used to putting a ; after each input. Ex; y = 20; This prevents the printing of any output. What I usually do is work with no ;'s while developing a notebook but when I am sure that it is doing what I want, I add ;'s to the end of each input to hide the results. I only print the results that I really want to see. If you have a notebook that handles matrixes, for example, there is no point in printing them except, maybe, a final result matrix. If you save your work in that way, when you reload it, you see only the input cells and, eventually, the final output if you left the ; out on the corresponding input. I hope this answered your question, Jorge ---------- >From: bcash at javanet.com (Bill) To: mathgroup at smc.vnet.net >To: mathgroup at smc.vnet.net >Subject: [mg15347] [mg15322] Saving only input cells >Date: Fri, Jan 8, 1999, 9:15 am > >Hello > >I am wondering if there is a way to save only input cells, either >through the settings or if there is a little program somebody has >already written to clean up all of the cells output by the evaluating a >notebook. I often evaluate a notebook, make changes to it and then >want to save it minus the cells generated by evaluation. Presently I >am manually deleting each output cell before I save the nb now but >there has to be a better, and safer way. My apologies in advance if I >have overlooked any blatantly obvious solutions. > >Bill