Mathematica Asked on February 28, 2021
There’s a strange behavior of Mathematica online cloud where I can update the online version, but Chrome will still show old version of the notebook. However, opening it in another browser will give new version. So I’m wondering if there’s some kind of Chrome cache that I need to clear when Mathematica hosted object was updated
For instance, opening this hosted notebook in Chrome, shows me this at the top, which is an older version.
Below is the function I use to publish my notebooks
(* deploys with canonical name *)
deploy:=Module[{notebookFn, parentDir,cloudFn,result},
Print[DateString[]];
notebookFn=FileNameSplit[NotebookFileName[]][[-1]];
parentDir=FileNameSplit[NotebookFileName[]][[-2]];
cloudFn=parentDir~StringJoin~"/"~StringJoin~notebookFn;
result=CloudDeploy[SelectedNotebook[],CloudObject[cloudFn],Permissions->"Public",SourceLink->None];
Print["Uploading to ",cloudFn];
result
]
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP