Quarterly Report¶
Q1 2026¶
Preface¶
This is a notebook-first report. Every cell in this notebook is routed
to a document section by either a tag (nbprint:section:<name>) or the
cell.metadata.nbprint.section field — no YAML required.
Executive Summary¶
Results were solid this quarter.
import pandas as pd
df = pd.DataFrame({'metric': ['revenue', 'cost', 'profit'],
'value': [1200, 800, 400]})
df
Appendix A: Methodology¶
Data was collected from internal ledgers.