Skip to content

How to cancel showing cloud tools?

Douding edited this page Nov 6, 2023 · 1 revision

pygwalker 0.3.10 displays buttons related to cloud tools by default, If you don't want to display it, please run code:

import pygwalker as pyg

pyg.walk(df, show_cloud_tool=False)
Clone this wiki locally