-
Notifications
You must be signed in to change notification settings - Fork 349
Julia example doesn't write the plot into the pdf file #12468
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
Comments
Could you properly format your post using code blocks for code and terminal outputs? Thanks. |
I fixed the formatting. |
Thanks. Could you make your example reproducible? Linking to a documentation page does it make it so. Accessibility: For better accessibility, please ensure link text is descriptive and meaningful rather than using generic terms such as "here". This helps all users understand the link's destination. See Writing meaningful link text (WCAG). |
Finally, you are not using an official build. The team cannot help with non standard build of Quarto CLI for obvious reasons.
|
The pdf is being generated: "--to pdf" is specified. |
That's not the engine, that's the format. As described in the issue template, the following is a fully reproducible example as it contains every piece of information needed to render: You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
@yurivict to be clear about us not having all the information needed, or at least mixed information, let me give us an example from what you shared with us:
You see in your console log that
I hope this will give you hint, to provide us with the proper reproducible example. |
Yes, the problem is that the Julia kernel wasn't installed. Perhaps Quarto should print an error message instead of silently ignoring Julia cells in such case? |
It's not ignored by Quarto. It's ignored by the kernel used by default. Note that this is documented in the exact documentation you've linked in your original post: https://quarto.org/docs/computations/julia.html |
Bug description
The example from here:
only writes the above code into the PDF document but doesn't write the plot.
No errors are printed:
Version: 1.7.21
deno-2.2.2
FreeBSD 14.2
Steps to reproduce
No response
Actual behavior
No response
Expected behavior
No response
Your environment
No response
Quarto check output
The text was updated successfully, but these errors were encountered: