-
DescriptionIm just starting with VSCODE and Python, using Windows, after creating hello.qmd from the online tutorial I get the following error: Starting python3 kernel...Done Executing 'hello.ipynb' [Errno 9] Bad file descriptor If I click the Run Cell the preview shows the polar figure. How to enable preview of the whole document? Also render HTML fails with same error |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Are you running quarto on a network drive like OneDrive? This is a filesystem error, something in your system is unexpectedly closing a file under us. We don't recommend running quarto in network drives because this kind of error comes up often. |
Beta Was this translation helpful? Give feedback.
-
@cderv, I wonder if we should be checking this: https://stackoverflow.com/a/43625628
Quarto could (probably should!) detect this, check if it's being called from inside that directory, and then emit a warning. |
Beta Was this translation helpful? Give feedback.
Are you running quarto on a network drive like OneDrive? This is a filesystem error, something in your system is unexpectedly closing a file under us. We don't recommend running quarto in network drives because this kind of error comes up often.