Skip to content

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors