-
DescriptionI'm trying to build an
Notebook metadata for notebook with Python kernel:
Notebook metadata for notebook with R kernel:
Other
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
So sorry for bothering you, in creating the MWE the issue disappeared - the notebook that produced the error must have been corrupted somehow. Problem solved, apparently 🙌🏻