-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] Add support for streamlit #11
Comments
PyGWalker is an amazing library. Congrats for your job. I have the same issue the @goncaloalves . For me will be very useful if it could use PyGWalker together streamlit. |
Hello, welcome to make an early trial of Streamlit support with !pip install git+https://github.com/Kanaries/pygwalker.git@streamlit-dev
import pygwalker as pyg
pyg.walk(df, env='Streamlit') UPD: the branch |
released in pygwalker>=0.1.4.9. |
thank you, it seems I can only visit on localhost, but from network url, it returns error:
|
Thanks for your feedback, we'll take care of it later. |
谢谢老哥, 这个包真的很棒! |
I'm sorry I don't have a lot of experience with streamlit. But the problem seems to arise frequently during use. |
hi, this one #app.py
import streamlit as st
import pandas as pd
import pygwalker as pyg
df = pd.read_csv(' ./data.csv')
pyg.walk(df, env='Streamlit') then host in command line:
on local host side : plus: thank you! |
The branch |
Hello! PS: |
@fyenne You can update the module to 0.1.6.0 |
thanks, it works now. turns out that its just slow.... |
Is it possible to add support for Streamlit?
I think that using the components API from streamlit and a Jinja template that puts the HTML and Javascript file into one this is possible.
The text was updated successfully, but these errors were encountered: