Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to configure :hide-code true through namespace-level kindly options #202

Open
daslu opened this issue Feb 8, 2025 · 2 comments
Open

Comments

@daslu
Copy link
Member

daslu commented Feb 8, 2025

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.

@behrica
Copy link
Member

behrica commented Feb 8, 2025

I am just wondering if this is not better called a "clay option".

Just from the reflection, that this cannot be implemented in clojupyter.

@daslu
Copy link
Member Author

daslu commented Feb 8, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants