Caching sagetex results

asked 2012-08-20 13:33:30 +0200

Michele gravatar image

updated 2012-08-20 13:34:22 +0200

Is there a way to cache computations already done in a latex file using sagetex so that, for example, if I add a Sage code line in foo.tex when I run sage foo.sagetex.sage the computation starts from that line and not from the beginning?

The best thing would be that when one uses sagetex, Sage remembers what formulas are already computed and stored in foo.sout, and recomputes them only when they are modified. Do you think it's possible?

Thanks!

edit retag flag offensive close merge delete

Comments

Probably possible, but not necessarily yet. You may want to open a bug/feature issue at https://bitbucket.org/ddrake/sagetex/

kcrisman gravatar imagekcrisman ( 2012-08-24 17:04:06 +0200 )edit

Thanks, I'll try. I visited the link you indicated but it's not immediate for me to understand how to open an issue. As soon I have more time I'll definitely try!

Michele gravatar imageMichele ( 2012-09-06 13:23:50 +0200 )edit