Skip to content

k-nai/streamlit_pygwalker_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Running PyGWalker on Stramlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages