Ask Your Question
1

How to clear the cache in SageMath worksheet?

asked 2016-03-07 09:50:30 +0200

Erel Segal-Halevi gravatar image

In the SageMath worksheet, in some of the cells I have:

  load ("myfile.sage")
  [run some functions from myfile.sage]

Sometimes it is loaded correctly, but sometimes, when I make some changes to myfile.sage, save and click "evaluate", I do not see the changes. It looks as if the old version of "myfile.sage" is kept somewhere, and the worksheet does not load the new version.

Is there a cache and how can I disable it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-03-07 13:13:42 +0200

ndomes gravatar image

Have you tried attach instead of load ?

edit flag offensive delete link more

Comments

This seems to work. Thanks!

Erel Segal-Halevi gravatar imageErel Segal-Halevi ( 2016-03-08 06:20:33 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-03-07 09:50:30 +0200

Seen: 642 times

Last updated: Mar 07 '16