mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-06-27 16:10:24 +08:00
[code_prettify] Merge upstream changes to code_prettify, autopep8 & 2to3
This commit is contained in:
@@ -46,10 +46,10 @@ Parameters:
|
||||
- name: 2to3.kernel_config_map_json
|
||||
description: |
|
||||
kernel_config_map_json:
|
||||
json object defining library calls required to load the kernel-specific
|
||||
json defining library calls required to load the kernel-specific
|
||||
converting modules, and the prefix & postfix for the json-format string
|
||||
required to make the converting call.
|
||||
input_type: json_object
|
||||
input_type: textarea
|
||||
default: |
|
||||
{
|
||||
"python": {
|
||||
|
||||
@@ -48,10 +48,10 @@ Parameters:
|
||||
|
||||
- name: autopep8.kernel_config_map_json
|
||||
description: |
|
||||
json object defining library calls required to load the kernel-specific
|
||||
json defining library calls required to load the kernel-specific
|
||||
prettifying modules, and the prefix & postfix for the json-format string
|
||||
required to make the prettifying call.
|
||||
input_type: json_object
|
||||
input_type: textarea
|
||||
default: |
|
||||
{
|
||||
"python": {
|
||||
|
||||
@@ -48,10 +48,10 @@ Parameters:
|
||||
|
||||
- name: code_prettify.kernel_config_map_json
|
||||
description: |
|
||||
json object defining library calls required to load the kernel-specific
|
||||
json defining library calls required to load the kernel-specific
|
||||
prettifying modules, and the prefix & postfix for the json-format string
|
||||
required to make the prettifying call.
|
||||
input_type: json_object
|
||||
input_type: textarea
|
||||
default: |
|
||||
{
|
||||
"python": {
|
||||
|
||||
Reference in New Issue
Block a user