quarto-dev / quarto-dev/quarto-cli
Feature Request: Support for R Notebook equivalent
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Currently it seems that to render a Quarto document all of the code needs to be rerun. Are there plans to add something similar to R Notebooks, which just use the last output from the chunks (In Rstudio this is accomplished with the "Preview" button when using an R notebook)? This can be nice for longer analyses or more interactive exercises where you may want to edit a plot or a later section but don't need to rerun all the earlier parts.
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.
Research direction
Start by reviewing how Quarto renders documents and how the linked R Notebook workflow uses existing chunk output. The feature would be complete when a document can use prior chunk results for later edits without rerunning all earlier code, including for longer analyses or interactive exercises.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100