Skip to content

Collection of Shiny for Python examples that address specific situations for my own reference and anyone else who finds them helpful

License

Notifications You must be signed in to change notification settings

DaveGuenther/Python-Shiny-Examples

Repository files navigation

shiny_examples

Collection of small shiny examples to accomplish specific goals for my own reference and for anyone else who may benefit.

Usage

Each example has a requirements.txt file. Use this to build a virtual environment in that example folder to run the example:

python -m venv .venv
source ./.venv/bin/activate   # ./.venv/Scripts/activate for windows machines
pip install -r requirements.txt

About

Collection of Shiny for Python examples that address specific situations for my own reference and anyone else who finds them helpful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published