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
Hi, when I use gravis to export html file. It seem failed. Could you help me. Thanks
The text was updated successfully, but these errors were encountered:
Had the same issue. Editing the file gravis/_internal/plotting/data_structures.py on line 122 from:
with open(filepath, 'w') as file_handle:
to:
with open(filepath, 'w', encoding='utf-8') as file_handle:
fixed it for me.
I also just noticed that there is a pull request that would fix this: #4
Sorry, something went wrong.
No branches or pull requests
Hi, when I use gravis to export html file.
It seem failed.
Could you help me. Thanks
The text was updated successfully, but these errors were encountered: