-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embed-resources: true
fails with -o -
#11068
Comments
Could you upgrade to a stable release? |
Thanks for the quick response and for checking. Actually, I'm realizing it only happens with
Can you try adding the above to the same notebook?
|
That latter .ipynb file appears to not be well-formed, or at least it's not doing here what you appear to be reporting:
|
With a well-formed notebook that does the same thing, I still cannot repro:
Note that the output has |
Could you provide the full output of |
Ah, sorry, this is on me. |
This is pretty simple - |
quarto render filename.ipynb --output -
gives errorembed-resources: true
fails with -o -
The bug is here: https://github.com/quarto-dev/quarto-cli/blame/main/src/command/render/output.ts#L211 I'm a little surprised by it, because it's been there for 4 years, and there's a comment a few lines above explaining that we shouldn't remove the file precisely because it might be necessary. |
Thanks for the report! This is fixed now on |
Thanks for the quick fix! |
Bug description
I get this error after the contents of the html output are printed to the terminal.
Steps to reproduce
Download this file:
https://github.com/kdheepak/kdheepak.github.io/blob/main/blog/the-egg-tower-puzzle/index.ipynb
Run
quarto render index.ipynb --output -
Expected behavior
No response
Actual behavior
No response
Your environment
No response
Quarto check output
Quarto 1.5.38
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
The text was updated successfully, but these errors were encountered: