File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
src/jupyter_contrib_nbextensions/nbextensions/scroll_down Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,8 @@ Link: readme.md
5
5
Icon : icon.png
6
6
Main : main.js
7
7
Compatibility : 4.x, 5.x
8
+ Parameters :
9
+ - name : scrollDownIsEnabled
10
+ description : enable scroll_down toolbar button
11
+ input_type : checkbox
12
+ default : false
Original file line number Diff line number Diff line change 1
1
# ScrollDown
2
2
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.
You can’t perform that action at this time.
0 commit comments