Skip to content

mwangi-george/Shiny-for-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Shiny for Python Framework

Running the shiny app

To run this app, run the following commands

  • Create a project directory
cd your_project_directory
  • Clone the repository
git clone https://github.com/mwangi-george/Shiny-for-Python.git
  • Navigate to the app directory
cd your_project_directory/Shiny-for-Python
  • Create a virtual environment and activate it
python -m venv .venv
  • Activate virtual environment

for windows powershell

.venv/Scripts/activate

for linux

source .venv/Scripts/activate
  • Install dependencies (This may take a couple of minutes)
pip install -r dashboard/requirements.txt
  • Launch application
shiny run --reload --launch-browser dashboard/app.py

This should start the app at http://127.0.0.1:8000/

About

This repository documents my journey with Shiny for Python, particularly focusing on the Shiny Express syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors