Output created but NO preview? #3749
Replies: 8 comments 25 replies
-
You're using |
Beta Was this translation helpful? Give feedback.
-
The issue is that there's no preview panel in VSCode when I render the file. This is what the tutorial page looks like: This is mine: The difference is that there's no preview panel in my vscode after rendering, even without the |
Beta Was this translation helpful? Give feedback.
-
My output is different from what you have. (see screenshot below) There's a local host link I can open in browser in addition to preview panel.
|
Beta Was this translation helpful? Give feedback.
-
Also having this problem; it works fine in RStudio, and the localhost output renders in a browser, but the render on save function hangs as well. Notes:
|
Beta Was this translation helpful? Give feedback.
-
This seems to be happening again. No problem until yesterday; I installed the newest Quarto version, but after that everything continued to work. Today, opening the same folder & documents, and rendering via Ctrl-Shift-K, the internal preview does not open. In the Quarto terminal it says that the output has been created and I can browse it at a localhost address. But the "Rendering" message does not stop, and saving the document does not trigger a re-render. I can interrupt the rendering process via Ctrl-C in the Quarto terminal, but nothing happens but returning to the shell prompt. Command created by the Quarto extension:
VS Code 1.77.1, Quarto Extension 1.79.0, Quarto 1.3.313 Edit: Edit 2: Ok, I think I figured it out. It happened for me when I was editing a Quarto format extension, but it's not really caused by that. I had created a document showcasing Pandoc & Quarto features, to test my Quarto format extension. Part of that was a Python code block which queried Quarto's built-in Pandoc for a list of the languages for which syntax highlighting is supported. Here is a minimal version:
Create a It seems that calling This is a rather exotic bug which will hardly affect anyone. Let me know if you'd like me to open a separate issue. |
Beta Was this translation helpful? Give feedback.
-
inside of my vscode:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
when I double-click on the file. please see attached! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running the Hello, Quarto tutorial for VSCode on Windows 10. It seems that everything's working, except that I see no preview. I checked the Quarto extension setting for "preview" to "internal" and checked the "reveal the preview panel..." as default. But I see no preview whatsoever. Here's my terminal:
PS C:\Programming\R\R Programming A-Z> quarto preview "c:/Programming/R/R Programming A-Z/hello.qmd" --to html --no-browser --no-watch-inputs
Starting python3 kernel...Done
Executing 'hello.ipynb'
Cell 1/1...Done
pandoc
to: html
output-file: hello.html
standalone: true
section-divs: true
html-math-method: mathjax
wrap: none
default-image-extension: png
metadata
document-css: false
link-citations: true
date-format: long
lang: en
title: Quarto Basics
jupyter: python3
Output created: hello.html
Watching files for changes
Beta Was this translation helpful? Give feedback.
All reactions