lolviz
lolviz copied to clipboard
visualization fails when variables contain "<" and ">" chars
from lolviz import objviz a={"hello":"<"} objviz(a).render() Error: Source.gv: syntax error in line 16 scanning a HTML string (missing '>'? bad nesting? longer than 16384?) String starting:<<table BORDER="0" CELLPADDING="0" CELLBORDER="1" CELLSPACING="0">
oh interesting. thanks!
graphviz.backend.execute.CalledProcessError: Command '[PosixPath('dot'), '-Kdot', '-Tpdf', '-O', 'Source.gv']' returned non-zero exit status 1. [stderr: b"Error: not well-formed (invalid token) in line 2 \n... (<class 'sksequitur.core.Symbol'> ...\n"]