Skip to content

Commit

Permalink
Add test notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Oct 2, 2024
1 parent 2e1d86c commit ee4ee39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions notebooks/global_sync.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
;; # ⚡️ Global Sync
(ns global-sync
(:require [nextjournal.clerk :as clerk]))

^::clerk/no-cache
(shuffle (range 100))

#_(swap! nextjournal.clerk.webserver/!sync-state assoc :foo (rand-int 1000))

0 comments on commit ee4ee39

Please sign in to comment.