qingfengwuhen

Results 2 issues of qingfengwuhen

**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...

enhancement
P2

When attempting to run the "orange-canvas" command, I encountered an import error in Python that prevented me from running the app. D:\Users\xxxxxxx\AppData\Local\anaconda3\envs\orange3_dev\python.exe F:/project/orange3/Orange/canvas/__main__.py F:\project\orange3\Orange\canvas\__main__.py:19: DeprecationWarning: pkg_resources is deprecated as an...

bug report