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/codefolding/codefolding.yaml

18 lines
516 B

Type: Jupyter Notebook Extension
Name: Codefolding
Description: This extension enables the CodeMirror feature to allow codefolding in code cells
Link: readme.md
Icon: icon.png
Main: main.js
Compatibility: 4.x, 5.x
Parameters:
- name: codefolding_hotkey
description: Hotkey to fold/unfold code
input_type: hotkey
default: Alt-F
- name: init_delay
description: Add a delay before initializing the extension. Useful when the gutter is not being initialized correctly.
input_type: number
min: 0
default: 0