guoquan / jupyter-scroll

Automatically scroll down the output scroll in jupyter notebook to show the final result.
0 stars 0 forks source link

How to install #1

Open abulka opened 6 years ago

abulka commented 6 years ago

How do I install this into Jupiter? Does it affect every cell?

guoquan commented 6 years ago

Hi, You can use the script by userscript plugins of a browser.

For Chrome, use tampermonkey. For Firefox, use tampermonkey, or more famous greasemonkey. For other browsers, you may google for some tools.

The script will be active for all cells, including cells added after activation. The script can be turn on or off by the userscript plugins. Usually, a refresh is required for it to be updated.