/shiny_basics

A basic shiny app to demostrate shiny concepts for the KaggleX talk

Primary LanguagePython

Shiny Basics

Repository for learning Shiny Python Basics

Dependencies

  1. Shiny Python
  2. Polars
  3. Lets-plot

Setup

  1. Create a virtual env
python -m venv .myenv
  1. Activate the virtual environment
source .myenv/bin/activate
  1. Install dependencies from the requirements.txt
pip install -r requirements.txt

Run the app

shiny run app.py --reload

Then visit localhost:8000


Parts

The Basics