Streamlit


10MinFame - streamlit


Author: Helge Vatheuer @GitHub
Date: 2022-04-29
License: MIT



Install streamlit and other packages used in streamlit_example.py with pip (or in an virtual environment, e.g conda):

pip install streamlit matplotlib numpy py3Dmol stmol==0.0.7

Check successful installation:

streamlit hello

Check out the streamlit app with basic streamlit functionalities click here , you can run it with

streamlit run streamlit_example.py

Examples from app

References / Useful resources

Streamlit documentation

Towards data science article of py3dmol

streamlit_3dmol github repo