Rendering a Document #8502
-
DescriptionHi, I am new to Quarto and I am trying to render a document on Jupyternotebook on VS and I have Quarto installed in the extensions however when I run this code: quarto render united1_quarto.ipynb –to pdf it gives me an error stating: quarto : The term 'quarto' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Did you install Quarto CLI? |
Beta Was this translation helpful? Give feedback.
I believe you are missing a
-
in your command, i.e.,--to
.