Kanaries / pygwalker

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

Hide table render #628

Open RodrigoSKohl opened 2 months ago

RodrigoSKohl commented 2 months ago

Is there a way to not render the table? I tried some parameter to pass in gw_mode but then I can hide the view and not the table.

longxiaofei commented 2 months ago

@RodrigoSKohl Thanks for your feedback.

Currently, pygwalker does not support displaying only Visualization.

In the future, a gw_mode parameter will be added to provide this feature, such as gw_mode="visualization".

RodrigoSKohl commented 2 months ago

Thanks for the reply @longxiaofei . One last question, using the GraphicWalker frontend package, I would be able to control the componentes render on server side natively?