-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] pygwalker widget does not render in databricks #597
Comments
Hi @ewagner70 , thanks for your feedback. I will try to reproduce this bug in databricks and find out the cause. |
The size of pygwalker's HTML is around 19MB, which seems to have triggered the limitation of Databricks ipywidgets: https://docs.databricks.com/en/notebooks/notebook-limitations.html#ipywidgets
I am looking for a solution, and this may take some time. |
thank you for the update, @longxiaofei.
|
|
other widgets work (mitosheet, etc.) and don't seem to have any issue? Did you do something special with pygwalker? I can see that POST method is "not allowed" for whatever reason (maybe switch to GET to avoid that?) |
Hi @ewagner70, |
Thx @longxiaofei,
|
Describe the bug
pygwalker widget doose not get rendered in databricks. Only
Loading the widget is using longer than expected. We suggest the following ...
To Reproduce
Steps to reproduce the behavior:
open databricks noteook and insert the following code:
Expected behavior
pyg.walk gets rendered as expected.
Screenshots
here is the console output
Versions
Additional context
The text was updated successfully, but these errors were encountered: