@wallneradam/output_auto_scroll
v0.3.0
Published
Automatically scrolls scrollable output cells to bottom when content has changed
Downloads
14
Maintainers
Readme
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