clojure-data-cookbook
clojure-data-cookbook copied to clipboard
A book about how to do common data manipulation, analysis, and visualization tasks in Clojure
WIP for review This is a suggestion for how to set up a CI job to build the book
The current gh-pages way of making the website is terrible. Make it better.. ideally some sort of CI that can run Clojure and call Clerk's `build!`.
https://github.com/scicloj/clojure-data-cookbook/blob/12260dc8155990134d0fa51d5504c29b4e9ed894/book/chapter_2_input_output/2_1_loading_data.clj#L269 This file (Chinook_Sqlite.sqlite) is not in the repo, so I had to comment out the following section in order to get the page to display.
Check on issues https://github.com/vega/vega-lite/pull/7774 https://github.com/vega/vega-lite/issues/7758
We'll want some way to automatically turn the content into a nice published website. Some requirements - [ ] clean TOC for easy navigation - [ ] searchable - [...
The goal is to be able to upgrade dependencies of the notebooks and check that the examples still work, without needing to read the full book. The idea is to...
Hi, tried to build this. After downloading all the dependencies, I'm getting an error: ``` clj -A:dev Clojure 1.12.0 (dev) Welcome to the Clojure Data Cookbook Available commands are: (build)...