Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 407 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 407 Bytes

streamlit_openBB

Example streamlit application with OpenBB SDK

streamlit_openbb.mp4

Setup

Once you have created your environment the only modules you need to install are
pip install streamlit
pip install "openbb[all]"
pip install streamlit-aggrid

To run just type

streamlit run Streamlit_App.py