pygwalker
pygwalker copied to clipboard
[DEV-500] [BUG] pygwalker not showing data
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:
- Run pygwalker in Jupyter notebook
- See data present
- Attempt to visualize data
- 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
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
Hi, the correct way to use kernel computation engine is:
pyg.walk(allsubs, use_kernel_calc=True)
Would you mind try the above code?
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..