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

Add hide code and output options for dynamic notebooks #14

Closed
JavierCladellas opened this issue Jan 17, 2024 · 0 comments · Fixed by #15 or #16
Closed

Add hide code and output options for dynamic notebooks #14

JavierCladellas opened this issue Jan 17, 2024 · 0 comments · Fixed by #15 or #16

Comments

@JavierCladellas
Copy link
Collaborator

Add the possibility to write the following options in dynamic notebooks to handle cell appearance:

  • hide_code: To hide all code from a notebook cell and only insert the results
  • open: To automatically open the cell results, without having to click each time on the >results button.
  • hide_output: To hide the output (results) of a cell.

The options can be specified, for example, as:

[%hide_code%raw%dynamic%open,python]
----
... Some notebook cell ...
----
JavierCladellas added a commit to JavierCladellas/feelpp-asciidoctor-extensions that referenced this issue Jan 17, 2024
prudhomm added a commit that referenced this issue Jan 28, 2024
resolves #14: add cell options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant