First time here? Check out the FAQ!

Ask Your Question
1

How to clear the cache in SageMath worksheet?

asked 9 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 9 years ago

ndomes gravatar image

Have you tried attach instead of load ?

Preview: (hide)
link

Comments

This seems to work. Thanks!

Erel Segal-Halevi gravatar imageErel Segal-Halevi ( 9 years ago )

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: 9 years ago

Seen: 795 times

Last updated: Mar 07 '16