/streamlit_pygwalker_app

Running PyGWalker on Stramlit

Primary LanguagePython

streamlit_pygwalker_app

Runs PyGWalker on Stramlit.

Requirements

  • macOS or Linux
  • Python: 3.10

Library

  • Poetry
  • pandas
  • Streamlit
  • PyGWalker

Setup

Execute following command:

git clone https://github.com/k-nai/streamlit_pygwalker_app.git
cd streamlit_pygwalker_app

If you use poetry, execute following command:

pip install -U pip
pip install poetry
poetry install
poetry run streamlit run streamlit_app.py

If you don't use poetry, execute following command:

pip install -U pip
pip install -r requirements.txt
streamlit run streamlit_app.py

After running, your browser will launch and you will be able to use PyGWalker.
If it does not launch, go to http://localhost:8501.

Resources