Initialization

poetry add pandas jupyter matplotlib seaborn

Create an environment using venv

python -m venv .venv

Activate on macOS and Linux

source .venv/bin/activate

Run Streamlit

poetry run streamlit hello
poetry run streamlit run ./app.py