Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] No documents found for all parameters and API of pygwalker #242

Open
ObservedObserver opened this issue Sep 25, 2023 · 1 comment
Open
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ObservedObserver
Copy link
Member

There is no official documents explaining all the parameters and API of pygwalker.

@ObservedObserver ObservedObserver added the documentation Improvements or additions to documentation label Sep 25, 2023
@longxiaofei longxiaofei self-assigned this Sep 26, 2023
@ObservedObserver
Copy link
Member Author

Sharing some experience, I was using pygwalker yesterday.

Q1: I forgot about how to enable the preview mode, so I tried to search "pygwalker preview" in Google, which I got no useful information there.

answer for Q1: use_preview

pygwalker.walk(df, use_preview=True)

Q2: I forgot about the parameter name for choosing the dark theme. There is also no clear reference.

answer for Q2: dark

pygwalker.walk(df, dark='light')

params dark can be set as 'light' | 'dark' or 'media'(default, means it will automate change the theme based on system)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants