Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
10.65k stars 541 forks source link

It is possible to run pygwalker from Pycharm??? #577

Open ihouses opened 3 weeks ago

ihouses commented 3 weeks ago

Hi, Can I use pygwalker from Pycharm or is mandatory to be in a notebook? Thanks!

longxiaofei commented 3 weeks ago

Hi @ihouses

In theory, pygwalker is designed to run within a notebook environment.

If PyCharm handles ipynb files similarly to VSCode by launching a notebook kernel to run the code, then it's possible that pygwalker could run within PyCharm as well.