Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
13.33k stars 698 forks source link

feat: modify request way of ask-viz api #318

Closed longxiaofei closed 12 months ago

longxiaofei commented 12 months ago

The requester of the ask-viz feature api has been changed from the frontend to the python side, avoids the risk of kanaries_token leakage.

And, add tips when request ask-viz fail.