Open
Description
There is a bug on the line 197 in saving html method of VisualizationLocal
class that results in
TypeError: Can't convert 'bytes' object to str implicitly
A possible fix:
f.write(('<script>' + js + '</script>').encode('utf-8'))
Metadata
Metadata
Assignees
Labels
No labels