Skip to content
Discussion options

You must be logged in to vote

You did not follow the documentation and your YAML frontmatter is wrong, i.e., indentation and the weird top-level html key.

Input Output
---
title: "Test File"
format: html
embed-resources: true
execute:
  echo: false
jupyter: python3
---

# Title

Print this in report

```{python}
#| tags: [parameters]
foo = "default"
```

```{python}
# Using the parameter
print(foo)
```

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@sunvitD
Comment options

@mcanouil
Comment options

mcanouil Dec 1, 2024
Collaborator

Answer selected by sunvitD
@sunvitD
Comment options

@mcanouil
Comment options

mcanouil Dec 1, 2024
Collaborator

@sunvitD
Comment options

@sunvitD
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants