jupyter-sequor

Jupyter extension for following cell outputs.


Keywords
extension, follow, jupyter, jupyter-notebook, jupyter-notebook-extension, logging
License
MIT
Install
pip install jupyter-sequor==0.3.0

Documentation

jupyter-sequor

Follow and scroll automatically cell outputs in Jupyter notebooks

Installation

pip install jupyter-sequor

Usage

A minimal example:

NOTE: The example requires additional package lorem.

import lorem
import time

for a in range(0, 200, 10):
    text = lorem.text()
    print(text)

    time.sleep(0.2)

Promo GIF

Note that the Follow button appears only when the cell enters a scrolled state.

Feel free to enable/disable the follow on a cell level by clicking the button.