Douding

Results 55 comments of Douding

In chrome, execute: ```python import ipywidgets from IPython.display import display display(ipywidgets.HTML("test")) ``` what is output? *** In firefox, it seems that it is caused by kaggle's compatibility with ipywidgets. 1....

I will use chrome89 to test it. Due to reasons of kaggle, when you refresh page, kernel will lose communication of ipywidgets. I will try to contact support of kaggle.

@rishabh-dream11 What do you think of this? ```python pyg.walker(df, spec="config.json", name="demo0") pyg.walker(df, spec="config.json", name="demo1") pyg.walker(df, spec="config.json", name="demo2") ``` You need to pass in a config path and an instance name...

Hi @JeevankumarDharmalingam , I will try to use flask or other web frameworks to build a POC in next week.

@JeevankumarDharmalingam refer it: https://github.com/Kanaries/pygwalker/blob/main/examples/web_server_demo.py