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

r14009:6f019b30
r20058:b237ec78
Show More
cluster.py
3 lines | 115 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipclusterapp as app
app.launch_new_instance()