clerk
clerk copied to clipboard
⚡️ Moldable Live Programming for Clojure
One situation I somewhat commonly run into with notebooks goes like this: 1. Mess with a notebook to turn some data file into a visualization or new analyzed data. 2....
When there are the same chapter names in the document, TOC links are created for the first one. See `Custom scales` chapters in https://scicloj.github.io/wadogo/index.html
Issue: https://github.com/nextjournal/clerk/issues/148 This adds functionality to embed clerk under a specific route in an existing app, e.g. with reitit style routes ```clojure (require '[nextjournal.clerk.webserver :as clerk.webserver]) ["/admin" ["/clerk*" {:get (clerk.webserver/wrap-path-prefix...
Added a `:deps/root` optional parameter to static build function to link to a deps project at a non-root git location. Chose `:deps/root` to mirror the deps.edn dependency coordinate attribute for...
addresses #66
It can be hard to track down the source of notebook evaluation errors. This PR adds the original file name and form for which the evaluation exception is relevant. for...