Guides
Complete authoring, integration, styling, and publishing tasks with quarto-gradio.
Each guide starts from the same model: Quarto renders Python source into an HTML page, then the reader’s browser starts the Gradio app. Begin with the Quickstart if you have not rendered an app yet.
Integrate a source or output format
- Use a Jupyter Notebook renders notebook code cells into an HTML app.
- Use Reveal.js places an app or coding playground on presentation slides.
Publish
- Publish to Static Hosting identifies the generated files, network access, Content Security Policy, and post-deployment browser checks.
Use the Configuration Reference for exact option lookup and Troubleshooting when a render or app startup fails.