Enhance the clarity of the images generated in the Code block interactive mode of the qmd document in VS Code #12715
Closed
chuxinyuan
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
We can't add that comment in general because it sometimes generates SVGs that are too large that end up breaking tools that process the result. This has specifically come up before and has caused user confusion, and so the omission is intentional. You're, of course, welcome to use it if you know it's safe in your case. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Scene description
I need to write document using Quarto in VS Code. There are Python code blocks in this document. When I run this code block in interactive mode, I find that the images rendered by jupyter are rather blurry. The following code needs to be added to the python code block to make it clearer:
My test code
The rendering results of the above two code blocks through the interactive mode are shown in the following figure:
Demand description
Like jupyter, qmd should not give question prompts. This is very annoying.
Parameter Settings in the code block make the entire setting more concise and elegant, for example:
Beta Was this translation helpful? Give feedback.
All reactions