mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-10 12:20:38 +08:00
12 lines
327 B
YAML
12 lines
327 B
YAML
Type: IPython 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
|
|
Parameters:
|
|
- name: codefolding_hotkey
|
|
description: Hotkey to fold/unfold code
|
|
input_type: hotkey
|
|
default: Alt-F |