Repository for learning Shiny Python Basics
- Shiny Python
- Polars
- Lets-plot
- Create a virtual env
python -m venv .myenv
- Activate the virtual environment
source .myenv/bin/activate
- Install dependencies from the requirements.txt
pip install -r requirements.txt
shiny run app.py --reload
Then visit localhost:8000