Kanaries/pygwalker

There is some error with Computation service. Here is the Error message: Cannot read properties of undefined (reading '__wbindgen_add_to_stack_pointer')

Open

#419 opened on Feb 2, 2024

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Python (405 forks)batch import
P2enhancementgood first issue

Repository metrics

Stars
 (8,606 stars)
PR merge metrics
 (Avg merge 17h 40m) (5 merged PRs in 30d)

Description

Describe the bug Integrate PyGWalker with Shiny-Python following https://github.com/ObservedObserver/pygwalker-shiny/tree/main. But when I change ui.HTML(pyg.walk(df, spec="./viz-config.json", return_html=True, debug=False)), to ui.HTML(pyg.walk(df, spec="./viz-config.json", use_kernel_calc=True, return_html=True, debug=False)), bug happens. and also there is no data in Data Tab。 Without the option: “use_kernel_calc=True”,the program runs normally.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Versions

  • pygwalker version:
  • python version
  • browser

Additional context Add any other context about the problem here.

Contributor guide