在jupyter notebook中使用graphviz画树时出现Module graphviz has no attribute怎么解决?
收起
把s改成大写就行了,一般都是这样用:
graphviz.Source(dot_graph)
报告相同问题?