##// 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.

File last commit:

r12505:1cf4e29e
r20058:b237ec78
Show More
__init__.py
7 lines | 167 B | text/x-python | PythonLexer
Brian E. Granger
Fixing import logic.
r11088 from .ansi import *
Jonathan Frederic
Rebase changes made by hand
r12505 from .citation import *
Brian E. Granger
Fixing import for nbconvert.
r11089 from .datatypefilter import *
Brian E. Granger
Fixing import logic.
r11088 from .highlight import *
from .latex import *
from .markdown import *
Brian E. Granger
Adding citation support.
r12265 from .strings import *