Closed longxiaofei closed 1 year ago
Hi, @P3RI9, I created an new issue to answer your question.
This is a bug in version 0.1.9.
You can try version 0.1.8 first to complete your code, this bug will be fixed in version 0.1.9.2.
pip install pygwalker==0.1.8
Okay, thank you
fixed in version 0.1.10.
No feedback for too long, so temporarily closing this issue. If there are any problems, it can be reopened.
Hi, I've tried to insert pygwalker into a Django div with mark_safe and file keeps loading forever. Looking at JavaScript console it throws this error twice:
TypeError: t is undefined
This is my view:
And in template I simply do
{{ div }}
Could you help me with this? Thanks
Originally posted by @P3RI9 in https://github.com/Kanaries/pygwalker/issues/94#issuecomment-1597042897