Skip to main content

Jupyter extension for following cell outputs.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter-sequor-0.2.0.tar.gz (21.5 kB view hashes)

Uploaded Source

Built Distribution

jupyter_sequor-0.2.0-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page