Open qingfengwuhen opened 9 months ago
with the option: use_kernel_calc=True
another interesting thing is that the program adding the option: “use_kernel_calc=True” runs normally in jupyter
Hi, @qingfengwuhen , thanks for feedback.
Currently, pygwalker does not implement communication feature on Shiny, so it cannot use python kernel for data calculation.
You can use the following code to run on Shiny:
ui.HTML(pyg.to_html(df, spec="./viz-config.json"))
im strongly looking forward the support of communication feature on Shiny
In todo-list.
Thanks for supporting pygwalker.
I have the same issue, but with dash.
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:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Versions
Additional context Add any other context about the problem here.