You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a notebook has been open for some time (days/weeks), I cannot execute code there anymore. It throws all kind of errors "XXX is not defined" where XXX is any symbol from a loaded package.
I think it happens because (pre)compilation cache gets cleaned up by Julia: it has some limit I guess. Would be nice if Pluto somehow forced it to keep the cache for open notebooks intact...