Runs PyGWalker on Stramlit.
- macOS or Linux
- Python: 3.10
- Poetry
- pandas
- Streamlit
- PyGWalker
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.