You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/autosavetime/autosavetime.yaml

23 lines
748 B

Type: IPython Notebook Extension
Compatibility: 3.x, 4.x, 5.x
Name: AutoSaveTime
Main: main.js
Icon: icon.png
Link: README.md
Description: Optionally set the notebook autosave interval, and/or add a selector to the toolbar to set it
Parameters:
- name: autosavetime_set_starting_interval
description: Set an autosave interval on notebook load. If false, the default is unchanged.
input_type: checkbox
default: false
- name: autosavetime_starting_interval
description: Autosave interval (in minutes) which would be set on notebook load.
input_type: number
min: 0
step: 1
default: 2
- name: autosavetime_show_selector
description: add a selector to the toolbar to change the autosave interval
input_type: checkbox
default: true