clay
clay copied to clipboard
unable to configure `:hide-code true` through namespace-level kindly options
In the following namespace:
(ns ^{:kindly/options {:hide-code true}}
my-namspace)
(+ 1 2)
the rendered page does show the code, which is a bug.
I am just wondering if this is not better called a "clay option".
Just from the reflection, that this cannot be implemented in clojupyter.
Indeed, it is not obvious, but since it was documented some time ago and we try to keep Clay stable, I would prefer not to change it. Also, it can be relevant to future notebook tools. We try to mention the tools in the body of the notebook as little as possible.