A single Panels project can have many notebook views. Each notebook selects a subset of the computation graph’s nodes and arranges them in a document layout suited to a specific audience or analysis.
TODO: This page needs full content.

Creating views

Click New view in the project sidebar and choose Notebook. Give it a name and start adding blocks.

Scoping a view

Each view has a scope — the set of graph nodes it includes. Blocks in the notebook reference nodes within this scope. You can have an “Engineering” notebook showing raw transforms and a “Business” notebook showing only the final metrics.

Switching between views

Use the project sidebar to switch between notebooks, dashboards, and the graph view. All views share the same underlying data.