Kanaries / pygwalker

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

Hide chat #648

Closed pplonski closed 3 weeks ago

pplonski commented 4 weeks ago

Thank you for amazing package! :1st_place_medal:

I'm building new ML editor that is based on Python notebooks and would like to use Pygwalker as recipe for exploratory analysis.

Is there any option to hide the Chat tab in Jupyter? We already have chat feature in our editor and it might be confusing for users.

Thank you!

longxiaofei commented 4 weeks ago

Hi @pplonski

try to set show_cloud_tool as False.

xxxx(dataset, show_cloud_tool=False)
pplonski commented 3 weeks ago

It is working perfect! Thank you :1st_place_medal: