Is there a way in a Clay notebook to cache or prevent realoding my dataset? I tried using defonce, but it doesn't seem to work.
Hi @eraserhd! Thanks for looking into it. Could we discuss it at the Clojurians Zulip chat? The relevant people are more available there. I will be available a little later today, and we can explore together if you wish.
More about our use of the Clojurians Zulip chat: https://scicloj.github.io/docs/community/chat/
Huh, maybe the problem isn't loading the data? I'm doing live-reload, and it takes a few minutes each time. I moved the file loading into another namespace and used delay; however, it still takes several minutes. Puting a (System/currentTimeMillis) around the data loading, it seems to be taking 20ms (unless Clay evaluates in a weird order?). But it still takes a few minutes to reload when I save the file. 😕
I'll be out 'til tomorrow, but I'll join up. I think I understand that this is all processing though.
Hi @eraserhd. I just wish to encourage you to discuss it further. There are a few directions worth exploring, I think.
Thanks. It'll be helpful to learn from your experience and discuss alternatives.