Skip to content

Commit f0c07cd

Browse files
committed
[scroll_down] make parameter configurable, update readme
1 parent 64abaab commit f0c07cd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

src/jupyter_contrib_nbextensions/nbextensions/scroll_down/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ Link: readme.md
55
Icon: icon.png
66
Main: main.js
77
Compatibility: 4.x, 5.x
8+
Parameters:
9+
- name: scrollDownIsEnabled
10+
description: enable scroll_down toolbar button
11+
input_type: checkbox
12+
default: false
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# ScrollDown
22

3-
When enabled, scrolls cells' outputs down automatically.
3+
When enabled, this nbextension scrolls cells' outputs down automatically as
4+
they are enlarged. It can be enabled and disabled using the toolbar button:
5+
6+
![](icon.png)
7+
8+
9+
Options
10+
-------
11+
12+
The enabled status is toggleable with the toolbar button, which sets the option
13+
option `scrollDownIsEnabled` in the notebook config section.

0 commit comments

Comments
 (0)