@wallneradam/output_auto_scroll
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

output_auto_scroll

Automatically scrolls scrollable output cells to bottom when content has changed.

It creates toolbar button: . The button is selectable (2 state). If it is switched on, the outputs will be pinned to the bottom. If it is off, outputs won't scrolled automatically.

It can scroll normal outputs and cloned output views as well.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @wallneradam/output_auto_scroll

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

Package Sidebar

Install

npm i @wallneradam/output_auto_scroll

Weekly Downloads

1

Version

0.3.0

License

BSD-3-Clause

Unpacked Size

10.2 kB

Total Files

6

Last publish

Collaborators

  • wallneradam