-
Description---
title: "Test File"
format: html
html:
embed-resources: true
execute:
echo: False
jupyter: python3
---
# Title
Print this in report
```{python}
foo
```
Command used:
Getting Error:
Doubt: Is this not the correct way to call or evaluate parameter value in qmd python cell ? Do I need to use it like in Would really appreciate if you could show me the correct way to use it. Thanks !!! |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Dec 1, 2024
Replies: 1 comment 12 replies
-
See the documentation: https://quarto.org/docs/computations/parameters.html Providing a value to the parameter via CLI flag still require your document to follow the parameter syntax for the engine you are using. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You did not follow the documentation and your YAML frontmatter is wrong, i.e., indentation and the weird top-level
html
key.