We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
display_chart() only works in jupyter notebook.How can I render a chart's image whose spec is already available?
The text was updated successfully, but these errors were encountered:
pip install pygwalker==0.4.8a3
You can use new html api, but currently these APIs are still in the stage of development, and pygwalker's team is improving these APIs.
from pygwalker.api.html import to_render_html html = to_render_html(df, spec="your spec")
Sorry, something went wrong.
No branches or pull requests
display_chart() only works in jupyter notebook.How can I render a chart's image whose spec is already available?
The text was updated successfully, but these errors were encountered: