Kanaries / pygwalker

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

feat: modify render preview #581

Closed longxiaofei closed 3 weeks ago

longxiaofei commented 3 weeks ago

Optimize preview rendering process.

Rendering previews blocks the main thread, while saving functionality and app initialization rely on main thread resources. When the Jupyter server needs to communicate over the public internet (such as with Kaggle), rendering the preview app, which requires downloading a 9MB HTML file, can slow down other functions.