Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wch/shiny-quarto
Quarto extension for building Shiny apps
https://github.com/wch/shiny-quarto
Last synced: about 1 month ago
JSON representation
Quarto extension for building Shiny apps
- Host: GitHub
- URL: https://github.com/wch/shiny-quarto
- Owner: wch
- Created: 2023-09-29T19:37:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T22:38:15.000Z (about 1 year ago)
- Last Synced: 2024-10-11T18:21:30.719Z (2 months ago)
- Size: 16.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - wch/shiny-quarto - Quarto extension for building Shiny apps (Others)
README
# Quarto + Shiny document examples
This repository contains examples of using Shiny for Python in Quarto documents.
First, install the latest version of Quarto from Github.
Install htmltools and Shiny for Python from development branches:
```bash
# Optional: If you have installed shiny and/or htmltools previously, first uninstall:
pip uninstall shiny htmltoolspip install git+https://github.com/posit-dev/py-shiny.git#egg=shiny
```