We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the possibility to write the following options in dynamic notebooks to handle cell appearance:
hide_code
open
>results
hide_output
The options can be specified, for example, as:
[%hide_code%raw%dynamic%open,python] ---- ... Some notebook cell ... ----
The text was updated successfully, but these errors were encountered:
Cell option handling feelpp#14
66ed27e
Merge pull request #16 from feelpp/patch-1
b1827cd
resolves #14: add cell options
Successfully merging a pull request may close this issue.
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 resultsopen
: 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:
The text was updated successfully, but these errors were encountered: