Fabric Notebooks
Fabric Notebooks
Overview
Notebooks in Microsoft Fabric are interactive coding environments designed for advanced data exploration, transformation, and analytics. You can use notebooks to:
- Clean and enrich data
- Perform joins and aggregations
- Build machine-learning models
- Trigger downstream processes
Notebooks support multiple languages — Python, SQL, Spark — allowing users to write code, visualise data, and run complex logic all within a single interface.
When to use a notebook
Notebooks are especially useful when visual tools like Dataflows aren't flexible enough for custom logic, or when you need fine-grained control over execution. They also support scheduling and pipeline triggers, making them a powerful tool for automation and repeatable workflows.
| Scenario | Use Notebook? |
|---|---|
| Quick, low-code ETL on tabular data | ❌ Use Dataflow Gen2 instead |
| Standard table-to-table movement | ❌ Use Data Pipeline instead |
| Custom logic / parsing / ML | ✅ Notebook |
| Mixed languages in one workflow | ✅ Notebook |
| Fine-grained scheduling + branching | ✅ Notebook (often called from a Pipeline) |
flowchart TD
Q[Need to process data?] --> A{Standard or custom?}
A -->|Standard ETL| DF[Dataflow Gen2
Power Query]
A -->|Standard table movement| DP[Data Pipeline]
A -->|Custom logic / ML / parsing| NB[Notebook]
NB --> NBL[See: List of notebooks in use]
classDef opt fill:#e3f2fd,stroke:#1976d2,stroke-width:1px
classDef nb fill:#fff3cd,stroke:#b85c00,stroke-width:1px
class DF,DP opt
class NB,NBL nb
Related pages
- List of notebooks in use — Spark- vs. Vanilla-Notebook-Vergleich + Language-Support
- Fabric Dataflows
- Fabric Data Pipelines
- Fabric (Hub)
- Fabric Silver Lakehouse — Notebooks im Einsatz fuer Silver-Transformationen
Verwandte Themen
Kuratiert — kann direkt im Editor ergänzt werden://
Automatisch vorgeschlagen über gemeinsame Tags (fabric, anleitung):
- Fabric external data sharing
- Fabric Data Pipelines
- Fabric Dataflows
- Fabric Excel Ingestion
- FAQ
- List of notebooks in use
Status: Migriert — Team-Review ausstehend · Owner: (festlegen) · Letzter Review: 2026-06-11