-
Notifications
You must be signed in to change notification settings - Fork 389
Open
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-webearly-in-releaseAn issue that should be worked on early in the release (likely due to risk)An issue that should be worked on early in the release (likely due to risk)jupyter
Milestone
Description
Currently you must do the following to execute cells with Quarto. You either have to:
- pass the
--executeflag toquarto previeworquarto render - Set the
enabled: trueflag as specified here
However, this is confusing for many reasons
enabledis not documented here under execution options https://quarto.org/docs/reference/formats/ipynb.html#execution- The documentation suggests that setting
eval: trueshould make quarto execute that cell (or notebook, if placed in the front matter). However, this is not the case. You have to additionally take the steps in number 1. - If you have a project where some notebooks are executed but others are not, this leads to Quarto deleting all cell outputs in notebooks where
eval: falseon cells (or for the whole notebook if in front matter). However, I don't think this is desirable for notebooks, because you may have long-running computations that generate some output that you don't want get clobbered by Quarto - and it looks like there isn't a way to "protect" those cells or notebooks?
cc: @jjallaire @seeM @cderv @mcanouil
BTW I'm on 1.3.333
Metadata
Metadata
Assignees
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-webearly-in-releaseAn issue that should be worked on early in the release (likely due to risk)An issue that should be worked on early in the release (likely due to risk)jupyter