quarto-dev / quarto-dev/quarto-cli
`include` shortcode, but for .ipynb files?
Open
@cscheid is already working on this.
Since Aug 26, 2024.
engines-jupyter
enhancement
needs-design
shortcodes
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
There are a number of problems in Quarto for which our standard answer is "use include shortcodes". Unfortunately, those only work with .qmd files.
One particularly unfortunate consequence of this is that authors who only use .ipynb files are forced into a workflow that might be awkward for them. Specifically, textbooks that are authored entirely from .ipynb files have a rigid structure in a way that is not the case for .qmd files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.