If I want to use a non-standard interpreter for all my cells, I have to adjust all of them. In my case, I use /usr/bin/env -S deno run --allow-all for all typescript cells. It would be nice to define that only once, maybe in the document front-matter?