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: 7 days ago
JSON representation

Quarto extension for building Shiny apps

Awesome Lists containing this project

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
```