Jupyter Scroll

Jupyter Notebook is a web application that allows you to create and run live code online. This script automatically scroll down the output scroll in jupyter to show the final result. This is useful when long pages of output are generated but you only want to track the latest one.

These are versions of this script where the code was updated. Show all versions.

  • v0.3 2017-08-04 Fix bug that it will scroll back to top and add easing setting.
  • v0.2 2016-08-16 Synced from GitHub - Feature improvement: * dynamically determine duration of animation to keep up with fast outputs of programs on Jupyter * The even will be trigger multiple times, detect and skip these false trigger * shortcut naming * more configurations
  • v0.1 2016-01-03 Synced from GitHub - Fit more situations * deal with 3 types of output areas * deal with situation with error and without error
  • v0.1 2016-01-03