Open samatix opened 1 year ago
Hi all, customers using plotly apps would love this enhancement and data science teams as well. Thanks for your great library, Ilona
+1
+1
Same here, it'd be super useful
And allow to export plotly code... That will be awesome! 👌
Thoughts update:
I do believe that allowing graphic-walker/pygwalker to support multiple charts lib is a great idea. Technically, we need to implement a parser layer to transform graphic-walker DSL into other chart code/specification. It's a cool engineering abstract. I will be happy to implement it.
But, I am still not sure why people need a different chart library for visual exploration. I don't find there is much benefit of ploty than vega/vega-lite. Hope someone can share your demands or insights here.
@ObservedObserver To my opinion, with Plotly Dash you can do much more than visual exploration. It is fast and easy to build a whole Web-application with a lot of different features.
@ObservedObserver , thanks for checking this out. As @IloBe mentioned, the use case is the same as Streamlit. The purpose is not to use Plotly for the charts but more to embed Pygwalker in a Dash (plotly) app (see examples here).
Hi, everyone. Now you can use pygwalker as a component in Plotly Dash, check this document: Use PyGWalker with Plotly Dash
For hosting pygwalker as a web app (or dashboard), you can also use:
Or even flask or django if you are familiar with web development.
Hey @ObservedObserver , I really looking forward to using it with dash
but the code provided is returning the error below when I try to interact with pygwalker
.
Session info --------------------------------------------------------------------
Platform: Linux-5.15.146.1-microsoft-standard-WSL2-x86_64-with-glibc2.35 (64-bit)
Python: 3.12
Packages ------------------------------------------------------------------------
dash-dangerously-set-inner-html==0.0.2
dash==2.18.1
pygwalker==0.4.9.9
Hi maintainers,
Hope this message finds you in good health. I wanted to reach out to ask if it's possible to add support for Plotly Dash. It's useful for creating interactive web-based dashboards but can benefit from all the data exploration part.
Thanks