Support the Visual Editor also for standard script files #11372
albertomercurio
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
Repository for the visual editor is: https://github.com/quarto-dev/quarto |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Quarto already supports rendering standard script files like
.py
or.jl
, by simply dividing the cells with# %%
. However, it would be very nice if also the Visual Editor could support such files. In this way, I can still work with a pure.py
file, but in a visual way, by rendering markdown and Latex equations for example. And when I need to run this file elsewhere (e.g., a cluster), the.py
file is ready to use.I find the Visual Editor very game-changing (although it doesn't support Copilot yet), and the support to also standard script file would be awesome.
Beta Was this translation helpful? Give feedback.
All reactions