Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 768 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 768 Bytes

JSONFIELD STREAMLIT

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.

Installation and Run

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