Customize Pipeline
Layout
This guide addresses how to customize the visual layout of the Panel Pipeline
UI.
A Pipeline
object has the following components that you can customize to display in any configuration.
layout
: The overall layout of the header and stage.header
: The navigation components and network diagram.title
: The name of the current stage.network
: A network diagram representing the pipeline.stage
: The contents of the current pipeline stage.buttons
: All navigation buttons and selectors.prev_button
: The button to go to the previous stage.prev_selector
: The selector widget to select between previous branching stages.next_button
: The button to go to the previous stagenext_selector
: The selector widget to select the next branching stages.
For instance, let's rearrange the layout of a simple non-linear pipeline. For a walk-through of this type of pipeline, refer to the Create a Non-Linear Pipeline How-to Guide.
First, let's create the stages and add them to a pipeline:
Now we can use any of the layout components to arrange the UI:
Related Resources
The How to > Create a Non-Linear Pipeline guide contains a walk-through of the type of pipeline used on the current page.