quarto-dev / quarto-dev/quarto-cli
Communicate cell labels to Jupyter kernel.
Open
@cscheid is already working on this.
Since Aug 21, 2024.
engines-jupyter
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
I suggested in #10541 that knitr's behavior, to replace code of the form <<label>> with the code from the referenced cell, for Jupyter kernels. @cscheid replied that this is unlikely to be implemented, and should better be implemented on the side of the kernel.
But for this to be possible, the kernel needs to be informed about the label (if any) of each sent code block.
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.