File size: 651 Bytes
1e3b872
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# IDE Node

![Screenshot IDE Node](https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/raw/master/IDENode/ide_node_image.png)

**IDE Node** is an experimental node that allows you to run code written in **Python** or **Javascript** directly in the node, it is also possible to receive input data, which is stored in variables, process and output the result.

# Features:

- Selecting a syntax highlighting theme
- Choosing a programming language

# Note:

The `result` variable is used for output
The F1 key in the editor brings up additional settings ([Default-Keyboard-Shortcuts](https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts))