Feel like this is obvious but I don't see it in docs: is there a kindly tag to prevent code from being executed in clay notebooks?
I think :kind/code is used for this
right, but kind/code expects a string and so I loose all the nice features of "namespace as a notebook" .
I can just wrap the code in a comment but then the notebook shows the code as wrapped in a comment, which is not ideal.
hi. with #_ comment style, it doesn't show the code.
right but I want to show the code in the notebook without executing the code
looking at examples in civitas such as https://clojurecivitas.github.io/conferences/conj2025/workshop/scicloj/sharing.html I see a comment form is used to show code examples without executing the code. Maybe that's the best approach for now