Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Improve the readability and editability of Spark Notebooks by introducing named cells, an outline view based on those names, and drag-and-drop cell reordering.
Allow users to assign a name to each notebook cell.
This name should be independent from comments and code content, and treated as metadata.
Benefits
Improves readability of large notebooks
Makes the role and intent of each cell explicit
Helps collaborators quickly understand notebook structure
Provide an outline / navigator panel that lists cells using their assigned names.
Benefits
Enables quick navigation in long notebooks
Provides a structural overview similar to sections in documents
Reduces cognitive load when reviewing or debugging
Enable reordering of cells via drag & drop, ideally within the outline view as well as directly in the notebook.
Benefits
Makes refactoring and restructuring notebooks much easier
Encourages incremental cleanup and better organization
Aligns with how users naturally think about notebook structure
As Spark Notebooks grow larger and more production-oriented,
readability and structural clarity become as important as execution correctness.
These features would:
Improve developer productivity
Reduce maintenance cost
Make Fabric notebooks more suitable for long-lived, team-managed workloads
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.