Open tmieno2 opened 2 months ago
Sounds good! If you or others have ideas on the best workflow and/or shortcuts for students and readers, please feel free to chip in here.
@coatless's extension handles this well, and I think we can copy the approach here in the first pass. IIUC the rules would be:
It would be great to be able to run only the selected parts of the code.
This can be useful for a number of reasons. For example, you may look at
mtcars
to see what other variables it has without deleting all the other codes. You may want to run onlyplot(fit)
without displayingsummary(fit)
without removingsummary(fit)
from the console.This is possible in quarto-webr, and I found myself (and students) using this feature a lot when I teach.