quarto render will not "finish" #2471
Replies: 3 comments 2 replies
-
Could you provide a reproducible example? |
Beta Was this translation helpful? Give feedback.
-
Here's an update on this: When creating a reproducible example from a blank quarto blog, I could not replicate the issue. After some poking around, I found the issue in a blog post where I use both R and Python. Digging further, I realized, that the R chunks are not being evaluated, only the Python chunks. I can render the post without any problem, but as soon as quarto tries to update the What I don't understand is, why the post content hinders the rendering of the posts listing? |
Beta Was this translation helpful? Give feedback.
-
And another update: the problem stopped, as soon as I added Somehow I thought, quarto automatically uses the correct engine for each code cell, but apparently |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the update to v1.1.189 the process of rendering a website hangs after the last *.qmd file, in my case usually posts.qmd.
The preview will not open and a process called
deno
uses a lot of CPU ressources untill killed.Also rendering single qmd files will not finish and open the preview.
I'm on Kubuntu 20.04. This problem occurs in RStudio and vscode.
An update to v1.1.251 today did not resolve the issue.
Is this a known issue and is there a way to solve this?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions