data-science

2025-11-15T23:09:21.817069Z

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?

respatialized 2025-11-16T01:45:04.214259Z

I think :kind/code is used for this

👍 1
2025-11-16T13:00:41.217239Z

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.

Daniel Slutsky 2025-11-16T13:01:32.323069Z

hi. with #_ comment style, it doesn't show the code.

👍 1
2025-11-16T13:05:46.581319Z

right but I want to show the code in the notebook without executing the code

2025-11-16T13:10:10.400739Z

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

👍 1