justinreed23 / Older-Smarter-Richer

0 stars 0 forks source link

Older, Smarter, Richer: Streamlit Dashboard

This repository contains the code that runs the website

Want to run this dashboard natively?

# download files (you can do this via github desktop too)
cd <path to your preferred folder> # don't put a repo inside a repo!
git clone https://github.com/justinreed23/Older-Smarter-Richer.git

# move the terminal to the new folder
cd Older-Smarter-Richer

# set up the packages you need for this app to work 
conda env create -f streamlit_env.yml

# activate the environment created by env-config.yml
conda activate streamlit-env

# start the app in a browser window
streamlit run Interactive_Charts.py

Running after first install

# In Conda
cd <path to Older-Smarter-Richer folder>
conda activate streamlit-env
streamlit run Interactive_Charts.py

Modifications

Template Source Repository