https://github.com/cwickham/qmd-embed
https://github.com/cwickham/qmd-embed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwickham/qmd-embed
- Owner: cwickham
- Created: 2023-07-05T18:19:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T21:05:17.000Z (almost 3 years ago)
- Last Synced: 2026-01-12T14:16:46.107Z (6 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```{bash}
quarto render index.qmd
```
Fails with:
```
Executing 'embed.ipynb'
Cell 1/1: 'two'...Done
ERROR: The cell two does not exist in notebook
```
Embed works if label if prefixed by `cell-`:
```
{{< embed embed.qmd#cell-two >}}
```