Replies: 1 comment 1 reply
-
If you're using a figure from an external notebook, that notebook controls the format (since it's already been rendered) and you end up with whatever format the external notebook uses. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Description
Hi all,
I absolutely love Quarto so far, but I have one main issue that I cannot get solved and that is how to format a figure from an external file (either .qmd or .ipynb). As an example, this is my main file:
And then this is example-plot.qmd:
The jupyter notebook file is basically the same (it can be found here: https://github.com/pjotrhey/quarto-fig-external).
Now if I format my main file to either PDF or HTML, the output of the figure is a .png instead of either PDF or SVG. What am I doing wrong here?
I'm using Quarto 1.5.57.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions