ecolab.patch_graphviz

Contents

ecolab.patch_graphviz#

etils.ecolab.patch_graphviz() None[source]#

Fix graphviz display on Colab.

By default, graphviz object raises an error when displayed on Colab:

ExecutableNotFound: failed to execute ['dot', '-Tsvg'], make sure the
Graphviz executables are on your systems' PATH

Calling this function fix the behavior.