Daniel Slutsky
Daniel Slutsky
Looking into the [Stocks example](https://scicloj.github.io/tablecloth/#stocks): ```clj clj -Sdeps '{:deps {scicloj/tablecloth {:mvn/version "7.029.2"}}}}' Clojure 1.11.2 (require '[tablecloth.api :as tc]) nil (defonce stocks (tc/dataset "https://raw.githubusercontent.com/techascent/tech.ml.dataset/master/test/data/stocks.csv" {:key-fn keyword})) #'user/stocks (-> stocks (tc/group-by (fn...
In the doc, there are a couple of places where `tech.v3.datatype.functional` is used. Probably now, `tablecloth.column.api` can be encouraged instead.
* Report errors clearly. * Clean up the temporary files properly. Related discussion: https://clojurians.zulipchat.com/#narrow/stream/422115-clay-dev/topic/resource.20not.20found.20on.20clay.2Fmake!.20.3F!
Zulip discussion: https://clojurians.zulipchat.com/#narrow/stream/422115-clay-dev/topic/overriding.20the.20hide-code.20default/near/454869233
Zulip discussion: https://clojurians.zulipchat.com/#narrow/stream/422115-clay-dev/topic/.E2.9C.94.20overriding.20the.20hide-code.20default
```clj (clay/make! {:format [:quarto :revealjs] :source-path "notebooks/slides.clj"}) ``` Does not generate Reveal.js slides at the moment.
There seems to be some difference in the running environment.
https://clojurians.zulipchat.com/#narrow/stream/422115-clay-dev/topic/multiform.20code.20block.20with.20multiline.20result/near/451722049
Eventually, this should work consistently both through Quarto and through plain HTML. discussion: https://clojurians.zulipchat.com/#narrow/stream/313390-visual-tools/topic/R.20code.20highlighting.20in.20Clay.3F