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

[DEV-500] [BUG] pygwalker not showing data #345

Open
goffk456 opened this issue Dec 6, 2023 · 2 comments
Open

[DEV-500] [BUG] pygwalker not showing data #345

goffk456 opened this issue Dec 6, 2023 · 2 comments
Labels
bug Something isn't working linear Created by Linear-GitHub Sync P2 will be fixed in two weeks

Comments

@goffk456
Copy link

goffk456 commented Dec 6, 2023

Describe the bug
Whenever I run pygwalker in Jupyter notebooks it will originally show the data but when I attempt to visualize it the data disappears past the column names and cannot be visualized

To Reproduce
Steps to reproduce the behavior:

  1. Run pygwalker in Jupyter notebook
  2. See data present
  3. Attempt to visualize data
  4. Data besides column names is gone and cannot be visualized

Expected behavior
I would expect it to maintain the data and allow me to visualize it

Screenshots

Screenshot 2023-12-06 at 12 46 10 PM

Versions

  • pygwalker version: 0.3.16
  • python version: 3
  • browser: Safari

Additional context
Add any other context about the problem here.

From SyncLinear.com | DEV-500

@goffk456 goffk456 added the bug Something isn't working label Dec 6, 2023
@ObservedObserver
Copy link
Member

Hi, the correct way to use kernel computation engine is:

pyg.walk(allsubs, use_kernel_calc=True)

Would you mind try the above code?

@longxiaofei
Copy link
Member

longxiaofei commented Dec 7, 2023

Hi, @goffk456 , thanks for your feedback.

There are some restrictions on the communication of some loaded data in pygwalker on Safari, I will try to fix it.

You can try to use pyg.walk(allsubs, use_kernel_calc=True) first. There is no such restriction in this mode.

Or I recommend you to use other browsers, such as chrome, firefox..

@longxiaofei longxiaofei added P1 will be fixed in next version P2 will be fixed in two weeks and removed P1 will be fixed in next version labels Dec 7, 2023
@ObservedObserver ObservedObserver added the linear Created by Linear-GitHub Sync label Dec 7, 2023
@ObservedObserver ObservedObserver changed the title [BUG] pygwalker not showing data [DEV-500] [BUG] pygwalker not showing data Dec 7, 2023
@ObservedObserver ObservedObserver modified the milestone: v.6 Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync P2 will be fixed in two weeks
Projects
Status: Todo
Development

No branches or pull requests

3 participants