Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Auto-scroll to active cell during execution

Description:

When running multiple cells in a Fabric notebook (via "Run All" or "Run All Above"), the UI should automatically scroll to follow the currently executing cell and display its output in real-time.

Currently, users must manually scroll to watch execution progress, and output sometimes doesn't render until the entire run completes. This makes it difficult to monitor long-running notebooks or catch errors early.

Requested behavior:

  • Automatically scroll the notebook view to the active cell as execution progresses
  • Stream cell output in real-time as each cell runs
  • Provide an option to toggle auto-scroll on/off for user preference

This would bring the Fabric notebook experience in line with Databricks, where real-time output streaming during "Run All" is the default behavior. It improves productivity by allowing users to monitor progress, spot issues immediately, and better understand execution flow without manual intervention.

Status: New