Jupyter kernel not found when rendering with Quarto

I see that build fixed your issue, but I wanted to put this here in case somebody else has a slightly different issue. I had a weird case were Quarto was picking up a different python version than what was on my path without me knowing. It was using some random conda env version. In that case build didn’t work b/c it wasn’t registering with the correct Jupyter install.

In that case , I was able to debug things using quarto check

3 Likes