[BUG] pygwalker upload chart feature
Author: vanbolinCreated Mar 7, 2025Updated May 17, 2025
Labelsbug
Describe the bug When running code in .py file, upload chart function, it will crash after clicking, but the upload is successful.
To Reproduce Steps to reproduce the behavior:
- Run the code.
- Click on 'save'
- Choose 'upload chart'
- Click 'upload'
- It crashes. But upload is successful.
Expected behavior Hope not crashing.
Versions
- pygwalker version: 0.4.9.14
- python version: 3.12.9
- browser: chrome
Additional context It will not happen if running the code in a .ipynb file. My guess about this issue is that whenever a web page wants a notification bar like the one shown below to appear, it will crash.
Source: Kanaries/pygwalker