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
Error on saving interactive plot to HTML: UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f50d' in position 3366: character maps to <undefined>
#26
Hmm, I have not seen that issue on systems I've used (it seems to accept the magnifying glass just fine). Perhaps I can make the icon/character user settable. In the meantime you can solve the problem by editing these lines in your installation and simply replacing the magnifying glass character with something that will save correctly on your system (just the text "enter search query here" would do for example).
Hmm, I have not seen that issue on systems I've used (it seems to accept the magnifying glass just fine). Perhaps I can make the icon/character user settable. In the meantime you can solve the problem by editing these lines in your installation and simply replacing the magnifying glass character with something that will save correctly on your system (just the text "enter search query here" would do for example).
Thanks for the quick reply.
Just changed the magnifying glass to something like "Search: " and worked fine.
Hello. First of all, this library is amazing!
I am trying to save the interactive plot to HTML, but I am getting this error:
It seems this Unicode char is a LEFT-POINTING MAGNIFYING GLASS:
https://www.fileformat.info/info/unicode/char/1f50d/index.htm
And I think this error in happening because I set
enable_search=True
, which includes a search box with a magnifying glass symbol on it:However, when setting
enable_search=False
, the HTML is saved fine.P.S.: I am using Windows 10.
The text was updated successfully, but these errors were encountered: