Closed
Description
Replication steps
user.clj:
(ns user
(:require [nextjournal.clerk :as clerk]))
(clerk/serve! {:watch-paths ["notebooks"]})
notebooks/tester.clj:
(range)
This seems to hang, rather than handling the infinite sequence as expected and called out in the example here:
clerk/notebooks/viewer_api.clj
Line 12 in fd79f75
Clerk server launched with Calva's jack-in, with no other dependencies. The Clerk server seems to just stop responding to updates.
On the other hand (range 100)
seems to work fine.
Metadata
Metadata
Assignees
Labels
No labels