-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathvp.yaml
More file actions
32 lines (32 loc) · 907 Bytes
/
vp.yaml
File metadata and controls
32 lines (32 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Type: Jupyter Notebook Extension
Name: VisualPython
Description: VisualPython(비주얼 파이썬)
Link: README.md
Icon: resource/logo.png
Main: src/main.js
Compatibility: 4.x, 5.x, 6.x
Parameters:
- name: vpcfg.run_code_without_asking
description: Run code without asking
input_type: checkbox
default: false
- name: vpcfg.change_task_without_asking
description: Change task without asking
input_type: checkbox
default: false
- name: vpcfg.code_insert_position
description: Code insert position
input_type: text
default: below
- name: vpcfg.api_list_sort_by
description: Api list sorting by...
input_type: text
default: frequency
- name: vpcfg.default_variable_for_required
description: Default variable for required input
input_type: checkbox
default: false
- name: vpcfg.auto_import_package
description: Automatically import packages
input_type: checkbox
default: false