A repo containing the code from Swirrl's blog series on data visualisation using Hanami, rendered with Clerk.
First post in the series, about setting up a Clojure environment and Clerk notebook: https://medium.swirrl.com/exploring-data-with-clojure-and-clerk-7010ee4e9346
Start a REPL, and run:
(require '[nextjournal.clerk :as clerk])
(clerk/serve! {:watch-paths ["."] :browse? true})
(clerk/show! "notebooks/annual_mean_temp_uk.clj")Copyright © 2022 Swirrl
Distributed under the MIT License.