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.

Tính đến 03-01-2016. Xem phiên bản mới nhất.

Đây là phiên bản của script này, nơi mã nguồn đã được cập nhật. Hiện tất cả các phiên bản.

  • v0.3 04-08-2017 Fix bug that it will scroll back to top and add easing setting.
  • v0.2 16-08-2016 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 03-01-2016 Synced from GitHub - Fit more situations * deal with 3 types of output areas * deal with situation with error and without error
  • v0.1 03-01-2016