mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-07-28 11:21:17 +08:00
12 lines
348 B
YAML
12 lines
348 B
YAML
Type: IPython Notebook Extension
|
|
Name: Code prettify
|
|
Description: Use YAPF/FormatR/js-beautify to reformat/prettify Python, R, or javascript code cells
|
|
Link: README.md
|
|
Main: code_prettify.js
|
|
Compatibility: Jupyter (4.x)
|
|
Parameters:
|
|
- name: code_format_hotkey
|
|
description: Hotkey to call the code prettify
|
|
input_type: text
|
|
default: 'Ctrl-L'
|