Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>Jupyter Auto ScrollNew to Visual Studio Code? Get it now.
Jupyter Auto Scroll

Jupyter Auto Scroll

Merschie

| (0) | Free
Automatically scrolls to the currently executing cell while running a Jupyter notebook.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jupyter Auto Scroll

Automatically scrolls the notebook view to the cell that is currently executing — handy when you run a long notebook (Run All) and don't want to manually chase the running cell down the page.

Features

  • Follows execution: when a new cell starts running, the editor scrolls so it's visible.
  • One-click toggle button in the notebook toolbar to turn the behavior on/off, mirrored by a checkbox icon ($(check) / $(circle-large-outline)).
  • The setting also persists via jupyterAutoScroll.enabled in your user settings.

Usage

  1. Open any .ipynb notebook.
  2. Run a cell, or use "Run All".
  3. The view follows the currently executing cell automatically.
  4. Toggle the behavior via the checkbox-style button in the notebook toolbar (top of the editor), or via the Automatically enable/disable scrolling commands from the Command Palette.

Settings

Setting Default Description
jupyterAutoScroll.enabled true Automatically scroll to the cell that starts executing.

Requirements

Works with any notebook of type jupyter-notebook (the built-in .ipynb support, or the Jupyter extension).

Release Notes

0.0.1

Initial release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft