You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After connecting to the database, converting it to HTML and applying it to the front-end will result in an "get result error" error. We urgently need an answer!
#669
Open
soundmemories opened this issue
Dec 11, 2024
· 2 comments
Currently, the to_html API does not support connectors. However, you can use the following alternatives:
Jupyter Notebook: Use pygwalker.walk to work with your data interactively within a Jupyter Notebook.
Web Apps: Use pygwalker with frameworks like Streamlit or Gradio to create web applications.
Direct Customization: For more advanced customization, you can directly use Graphic Walker.
If your dataset is relatively small, another option is to first load your data into a Pandas DataFrame. Once the data is in a DataFrame, you can pass it to pygwalker and use the to_html API as usual.
Currently, the to_html API does not support connectors. However, you can use the following alternatives:
Jupyter Notebook: Use pygwalker.walk to work with your data interactively within a Jupyter Notebook.
Web Apps: Use pygwalker with frameworks like Streamlit or Gradio to create web applications.
Direct Customization: For more advanced customization, you can directly use Graphic Walker.
If your dataset is relatively small, another option is to first load your data into a Pandas DataFrame. Once the data is in a DataFrame, you can pass it to pygwalker and use the to_html API as usual.
After connecting to the database, converting it to HTML and applying it to the front-end will result in an "get result error" error.
backend:
frontend:
The text was updated successfully, but these errors were encountered: