quarto-nvim
quarto-nvim copied to clipboard
`run_below()` and `run_above()` prompt for a kernel on every cell
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.