pimlico.core.visualize package

Module contents

Visualization of pipelines using Graphviz.

This is not fully implemented yet. In fact, I’ve barely started. But you’ll find some indication of where I’m going with it on the Pimlico Wishlist.

Note

Do not import anything from subpackages unless you’re doing graph visualization, as they will trigger a check for Graphviz and try to install it.

Note

A bug in pygraphviz means that automatic installation on Ubuntu (and perhaps other systems) gets in a twist and leaves an unresolved dependency. If you have this problem and system-wide install is an option, just install with sudo apt-get install python-pygraphviz.