##// END OF EJS Templates
allow users to set scroll state...
allow users to set scroll state and persist that state in metadata. When user toggles the scroll state, the choice is remembered and persisted. There are three states: - 'auto' (default, only state in master) - true (always scroll if above minimum_scroll_threshold) - false (never scroll) true or false is persisted in cell.metadata.scrolled. "auto" may be persisted, but isn't currently because it's the default state.
Min RK -
r20058:b237ec78
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / templates
html
latex
skeleton
README.md Loading ...
markdown.tpl Loading ...
python.tpl Loading ...
rst.tpl Loading ...
script.tpl Loading ...

README FIRST

Please do not add new templates for nbconvert here.

In order to speed up the distribution of nbconvert templates and make it
simpler to share such contributions, we encourage sharing those links on our
wiki
page
.