Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update save.py to use utf-8 instead of None per default (#3278)
* Update save.py to use utf-8 instead of None per default I experience issues with the Null on windows. It appears as if when saving HTML, the template is already utf-8 and when writing the files with the system default code page, there are encoding issues. * incorporated tips from jonmmease - completely unchecked... trusting CI... * - formated... * - to trigger workflow.. * - to trigger workflow.. * Update altair/utils/save.py Co-authored-by: Jon Mease <[email protected]> * Update altair/utils/save.py Co-authored-by: Jon Mease <[email protected]> * fixed arg names.. * improved formating... * more formating... * more formating * Update api.py - fixed formating... wired... --------- Co-authored-by: franz haas <[email protected]> Co-authored-by: Jon Mease <[email protected]>
- Loading branch information