Skip to main content
Display a job diagram in an interactive Python environment, such as a Jupyter notebook. Use JobClient.visualize when you need the SVG markup instead of displaying it directly.

Parameters

Job | UUID | str
required
The job, job ID, or job ID string to display.
str
Direction for the diagram to flow. Defaults to down.
str
Layout engine for the diagram. Supported values are dagre and elk. Defaults to dagre.
bool
Whether to render the diagram in a sketchy, hand-drawn style. Defaults to True.

Returns

None