Make sure you have the server for jsonfield-testing running on a separate terminal window/tab.
(instructions at https://github.com/CRIM-Project/jsonfield-testing)
Check if it is running correctly by accessing http://127.0.0.1:8000/ to view the site with redirect links.
This jsonfield-testing server should not be closed/stopped in order for jsonfield-streamlit app to run.
Clone this repo, once you are inside of this jsonfield-streamlit directory, activate a new virtualenv.
In the activated virtualenv, install streamlit, pandas, altair:
pip install streamlit
pip install pandas
pip install altair
Once you have installed successfully, run application:
streamlit run app.py