nextjournal

Daniel Slutsky 2021-11-14T22:17:58.116Z

Hi. I'm looking into the function nextjournal.clerk.viewer/describe. Does anybody have a simple conceptual explanation of its purpose?

Carlo 2021-11-14T23:05:17.118100Z

Hey, congrats for the clerk release, it's awesome! Question: I have a plotly pie chart that depends from a variable, but it's not updated when the value of that variable changes. I'd like to know why, since, reading the how does clerk work notebook, I was under the impression that this is picked up by the dependency analyzer

mkvlr 2021-11-17T07:15:38.119600Z

hey, that sounds like a bug. We recently (in v0.3.220 or later) fixed an issue that sounds related https://github.com/nextjournal/clerk/commit/75a835168e03c631031e7dded6d6b5a1a409dbfe. Noticing now that it’s missing in the changelog 🙈. If upgrading doesn’t help a small repro would be great.

Daniel Slutsky 2021-11-14T23:47:21.118600Z

Another question: does Clerk support Vega, or only Vega-Lite at the moment? 🙏