Replies: 1 comment 8 replies
-
If you don't want the code, why display it ( I don't understand what you are trying to do here. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi, I am rendering a notebook like this:
In the output html, I get code-fold marker and summary for each notebook cell as shown below, which I would like to avoid:
Avoiding such repetition (without merging the cells in the notebook) would be good, but ideally I would like to hide these elements altogether because I can use
code-tools
.So the question is how to hide the
code-fold
marker and summary in rendered html when usingcode-tools
?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions