A simple web service utilizing Streamlit, Pandas, and Altair
This program serves a single page web app that pulls data from Lahman's Baseball Database and renders salary data as a table and a graph.
The easiest way to get rolling is to install the plz and pipenv libraries.
pip install plz-cmd pipenv
# sudo may be required on your machine
sudo pip install plz-cmd
Once plz is installed, you can use the following commands to set up and launch the service:
plz setup
plz start