[sage-support] Re: Print only outputs?

2010-04-03 Thread ma...@mendelu.cz
Another solution, different from the previous ones is to convert sws file to pdf using sws2tex - http://bitbucket.org/whuss/sws2tex/ It should be trivial to hack the python or TeX code to remove the content of input cells. example of the output is http://user.mendelu.cz/marik/sage/as.pdf Robert

[sage-support] Re: Print only outputs?

2010-04-03 Thread Alec Mihailovs
On Apr 2, 11:47 pm, William Stein wst...@gmail.com wrote: That's pretty clever!   Thank you! Is amazing how flexible the notebook is, since it uses HTML instead of ReST...  (yes, I know, it's flexible enough to support cross-site scripting attacks too). That's the same as with other CAS.

[sage-support] Re: Print only outputs?

2010-04-02 Thread Alec Mihailovs
On Apr 2, 1:19 am, Jason Grout jason-s...@creativetrax.com wrote: Also, a quick hack to hide all input cells (except the one after the one that you evaluate this command in) is: jsmath(script$('.cell_input').hide();/script) This is definitely not official, but it works with the current

Re: [sage-support] Re: Print only outputs?

2010-04-02 Thread William Stein
On Fri, Apr 2, 2010 at 3:14 PM, Alec Mihailovs alec.mihail...@gmail.com wrote: On Apr 2, 1:19 am, Jason Grout jason-s...@creativetrax.com wrote: Also, a quick hack to hide all input cells (except the one after the one that you evaluate this command in) is:

[sage-support] Re: Print only outputs?

2010-04-01 Thread TianWei
I for one would find hiding input cells useful because when I use sage for my math homework, I like the pretty printing feature of the text cells (using $...$), and often times I will use the output of the calculation cells (e.g. graphs) to accompany the text, but the actual sage commands

Re: [sage-support] Re: Print only outputs?

2010-04-01 Thread Robert Bradshaw
On Apr 1, 2010, at 9:11 PM, TianWei wrote: I for one would find hiding input cells useful because when I use sage for my math homework, I like the pretty printing feature of the text cells (using $...$), and often times I will use the output of the calculation cells (e.g. graphs) to accompany

[sage-support] Re: Print only outputs?

2010-04-01 Thread Jason Grout
On 04/01/2010 11:27 PM, Robert Bradshaw wrote: On Apr 1, 2010, at 9:11 PM, TianWei wrote: I for one would find hiding input cells useful because when I use sage for my math homework, I like the pretty printing feature of the text cells (using $...$), and often times I will use the output of