Hide 'hide' button in R Notebook

How can this Hide button (top-right corner) be removed from the R Notebook code blocks?

image

I think you can do this by setting code_folding = "none"
see

and

You can set it in the yaml header as an option for html_notebook

1 Like