Skip to content
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

[feature]: hide code editor, support #| context: output #18

Open
mattijn opened this issue Apr 24, 2024 · 0 comments
Open

[feature]: hide code editor, support #| context: output #18

mattijn opened this issue Apr 24, 2024 · 0 comments

Comments

@mattijn
Copy link

mattijn commented Apr 24, 2024

Feature Description

Thank you for developing this very interesting quarto extension!

The feature request that I like to raise is to have a context setting that disables the code editor, but runs the code cell upon opening the website.

After reading a bit more in the qwebr documentation, I find out that this requested setting is defined there under Run Options:

image

So the proposed option would be:

```{pyodide-python}
#| context: output

x = 1
x
```

This request is similar to #17, but as it is another context setting, I thought I would raise it as a separate issue.

My end goal is to implement this proof of concept where two Vega-Altair charts (as JupyterChart components) are interacting with each other.

I've tried to do similar using the quarto-stlite extension (link), but did not yet succeed either.

Thanks again for working on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant