https://github.com/wch/shiny-quarto
Quarto extension for building Shiny apps
https://github.com/wch/shiny-quarto
Last synced: 6 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T22:38:15.000Z (about 2 years ago)
- Last Synced: 2024-12-22T05:29:14.927Z (11 months ago)
- Size: 16.6 KB
- Stars: 7
- 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 htmltools
pip install git+https://github.com/posit-dev/py-shiny.git#egg=shiny
```