Quarto + NeoVim = No Python output

When I try to use quarto in neovim or at the terminal prompt, I can't seem to render Python. It works fine for R and Python works fine if I use RStudio, but in neovim, I get "ValueError("Failed to create display handle"). I've tried importing pynvim and saying nvim --listen 127.0.0.1:8901 but with no success. In RStudio, a Python chunk can be executed but the output includes the addendum "chatlas._chat.ChatResponse object at 0x3043335f0" (the address varies). Is anyone else using quarto in the terminal or neovim with success?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.