Replies: 1 comment 3 replies
-
Hi @eriskar, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, guys
Sorry if this has been answered elsewhere (I looked but couldn't find the solution), but I am struggling rendering my .qmd file featuring python code to html file.
This is my yaml:
title: "generic title"
author: generic author name
date: March 18, 2023
toc: true
format:
html:
embed-resources: true
execute:
eval: false
echo: true
It only produces a .ipynb file for some reason while Quarto provides me with this error message (the filepaths in the error message have been altered by me):
PS C:[file path]\Skrivebord> quarto preview "c:/[file-path-to-quarto-file].qmd" --to html --no-browser --no-watch-inputs
ERROR: Ingen tilgang til filen. (os error 1920), stat 'C:[file-path-to-python]\python3.10.exe'
PS C:[file-path-to-desktop]\Skrivebord>
Beta Was this translation helpful? Give feedback.
All reactions