quarto-nvim icon indicating copy to clipboard operation
quarto-nvim copied to clipboard

`run_below()` and `run_above()` prompt for a kernel on every cell

Open serhez opened this issue 8 months ago • 3 comments

When using molten and no kernel has been chosen yet, running the functions run_below() and run_above() (and perhaps run_all(), as I haven't tested it) prompt the user for the desired kernel on every cell. Instead, running these functions should just prompt the user for choosing a kernel in the first cell being run.

serhez avatar Jun 11 '24 17:06 serhez