Python Streamlit Links : Github @streamlit Installation in python 3.6+ : $ pip install streamlit Hello world in streamlit : import streamlit as st st.markdown('Hello streamlit **_really_ cool**.') save as hello.py $ streamlit run hello.py