You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if I could add including files from urls (for instance from raw github content)? Obviously, this should only work for pages that are code files, e.g. some content from github raw files.
For instance, I would want this to work like something like
Some code from a repository on github:
```{.python
include="https://raw.githubusercontent.com/acederberg/captura/master/src/captura/fields.py"
}
```
The text was updated successfully, but these errors were encountered:
@cderv what are your thoughts? Is it possible to include the required dependencies when including the extension in quarto? For instance lua-http, to make requests?
Thanks for your idea. I need to check with the team if we want to allow downloading from external source here. For non computational code cell, it seems ok and we could indeed add such feature.
Is it possible to include the required dependencies when including the extension in quarto? For instance lua-http, to make requests?
Hi!
I was wondering if I could add including files from urls (for instance from raw github content)? Obviously, this should only work for pages that are code files, e.g. some content from github raw files.
For instance, I would want this to work like something like
The text was updated successfully, but these errors were encountered: