output.txt not updated
I made some calculations in the SageMath notebook and got a message "WARNING: Output truncated! " with a link to "full_output.txt".
Then, I made some changes and ran the same calculation again. I got a similar message, but when I clicked the link, I saw the old full_output.txt file - without my changes.
How can I tell SageMath notebook to stop caching the file and create a fresh file?
If full_output.txt is used to get info from Sage on a regular basic then I would suggest considering some sharing technology. The particular type of sharing software would depend on where is your sage server is installed. See for example: Sage Appliance and sharing-files-between-sage-and-windows. Alternatively you can install additional software to expose a part of server's file system: * Use Apache or ngix with automatic indexing to target a particular directory; and then you would only need to write your file to that shared directory. * Use NFS/SMB * Use sshfs