quarto-dev / quarto-vscode

Quarto extension for VS Code
https://marketplace.visualstudio.com/items?itemName=quarto.quarto
MIT License
112 stars 11 forks source link

Render button fails for ipynb file (render works via terminal) #78

Closed marcel-goldschen-ohm closed 1 year ago

marcel-goldschen-ohm commented 2 years ago

If I select Render from the button/menu at the top of a .qmd file toolbar, then Quarto opens a Terminal and successfully renders the file and shows a preview in a new window as desired.

If I do the same for a .ipynb file, nothing happens. However, I can successfully render and preview the .ipynb file by manually opening a Terminal and executing quarto preview myfile.ipynb, so it appears just the toolbar Render menubutton for .ipynb files is not working correctly.

marcel-goldschen-ohm commented 2 years ago

Update, the render button appears to work for some .ipynb files but not others. This is unfortunate, because it probably means the bug is not going to be obvious. I'll let you know if I figure out what the difference is, but don't hold your breath.

jjallaire commented 2 years ago

I'm also not able to reproduce this locally :-( Any other details you might have are much appreciated.