This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-27
Channels
- # announcements (7)
- # aws (1)
- # beginners (42)
- # calva (65)
- # clj-kondo (5)
- # cljs-dev (11)
- # clojure (69)
- # clojure-australia (7)
- # clojure-dev (4)
- # clojure-europe (9)
- # clojure-gamedev (2)
- # clojurescript (2)
- # conjure (4)
- # cursive (1)
- # data-science (1)
- # datomic (8)
- # events (1)
- # fulcro (35)
- # graalvm-mobile (40)
- # introduce-yourself (1)
- # lsp (26)
- # malli (14)
- # mathematics (2)
- # missionary (5)
- # nextjournal (4)
- # off-topic (4)
- # polylith (10)
- # shadow-cljs (5)
- # test-doc-blocks (1)
- # tools-build (24)
- # tools-deps (1)
- # xtdb (12)
Any tips on using clerk and libpython-clj together? Currently getting an error from the viewer trying to look at a simple numerical result:
[{:type java.lang.AssertionError,
:message "Assert failed: n must be a number?\n(number? n)",
:at
[nextjournal.clerk.viewer$bounded_count_opts
invokeStatic
"viewer.cljc"
308]}]
...
The type of the result is java.lang.Double. works fine in the repl. Will make a repro if this sounds like a bug.
Added to a fork of clerk-demo. Start the server, run this notebook: https://github.com/sparkofreason/clerk-demo/blob/main/dev/user.clj#L21